Commit 192c6124 by Scott

SnowFlat: prevent large numbers breaking out of votes/answers box

parent 74900679
...@@ -1074,12 +1074,6 @@ blockquote p { ...@@ -1074,12 +1074,6 @@ blockquote p {
line-height: 0.5; line-height: 0.5;
display: block; display: block;
} }
.qa-netvote-count-data, .qa-a-count-data {
font-size: 24px;
line-height: 40px;
display: block;
}
} }
@media (min-width: 800px) { @media (min-width: 800px) {
...@@ -1096,12 +1090,13 @@ blockquote p { ...@@ -1096,12 +1090,13 @@ blockquote p {
line-height: 0.5; line-height: 0.5;
float: left; float: left;
} }
}
.qa-netvote-count-data, .qa-a-count-data { .qa-netvote-count-data, .qa-a-count-data {
font-size: 24px; font-size: 24px;
line-height: 40px; line-height: 40px;
display: block; display: block;
} white-space: nowrap;
} }
.qa-netvote-count-pad, .qa-a-count-pad { .qa-netvote-count-pad, .qa-a-count-pad {
......
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