Skip to content

Commit f691e1f

Browse files
committed
css/style.css: Remove no-wrap rule from subnav
Fixes article names visibly overflowing the sidebar navigation.
1 parent 51bc957 commit f691e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ in the narrow layouts without JS. */
452452
{
453453
display: block;
454454
position: relative;
455-
white-space: nowrap;
455+
/* white-space: nowrap; */
456456
}
457457

458458
.subnav li.active > a

0 commit comments

Comments
 (0)