Fix rendering issue on firefox when zoomed (fixes #1197)

issue #1197
This commit is contained in:
Tim Abell 2015-01-07 09:27:17 +00:00
parent d68ce2d68c
commit 6304bd60ee

View File

@ -54,6 +54,10 @@ identicon {
margin-top: 0px;
}
.checkbox input[type="checkbox"], .radio input[type="radio"] {
float: none; /* issue #1197 */
}
.popover {
max-width: none;
}