Commit 5888a7cc by Scott

Force wrapping of long category names

parent ed98de0c
...@@ -1067,7 +1067,7 @@ div.header-banner { ...@@ -1067,7 +1067,7 @@ div.header-banner {
.qa-nav-cat-list { .qa-nav-cat-list {
list-style: none; list-style: none;
margin: 0; margin: 0;
padding: 20px; padding: 10px 20px 20px;
} }
.qa-nav-cat-list li { .qa-nav-cat-list li {
...@@ -1121,12 +1121,14 @@ div.header-banner { ...@@ -1121,12 +1121,14 @@ div.header-banner {
} }
.qa-nav-cat-link { .qa-nav-cat-link {
clear: both;
float: left; float: left;
clear: both;
word-break: break-word;
} }
.qa-nav-cat-note { .qa-nav-cat-note {
color: #000; color: #000;
white-space: nowrap;
} }
/* Pagination */ /* Pagination */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment