custom.css
... ...
@@ -232,6 +232,7 @@ textarea::placeholder {
232 232
font-weight: 760;
233 233
letter-spacing: -0.055em;
234 234
line-height: 0.91;
235
+ overflow-wrap: anywhere;
235 236
text-align: left !important;
236 237
text-wrap: balance;
237 238
}
... ...
@@ -606,6 +607,8 @@ table,
606 607
}
607 608
608 609
#wiki-sidebar {
610
+ width: 100% !important;
611
+ align-self: stretch;
609 612
position: static;
610 613
border-top: 1px solid var(--fo-rule);
611 614
border-left: 0;