am c4e8801c
: am 50d6f97c
: docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix
* commit 'c4e8801c2d059aa68e59069c5cc03adb2d464e6b': docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix
This commit is contained in:
@@ -68,6 +68,7 @@
|
|||||||
#side-nav li {
|
#side-nav li {
|
||||||
padding:0;
|
padding:0;
|
||||||
padding:1px 0 1px 0;
|
padding:1px 0 1px 0;
|
||||||
|
white-space:nowrap;
|
||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -82,6 +83,7 @@
|
|||||||
display: inline-block; /* needed to apply padding to line-wraps */
|
display: inline-block; /* needed to apply padding to line-wraps */
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
padding: 0 0 0 18px;
|
padding: 0 0 0 18px;
|
||||||
|
white-space:normal;
|
||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user