Merge remote-tracking branch 'origin/pr/1198'

* origin/pr/1198:
  Fix rendering issue on firefox when zoomed (fixes #1197)
This commit is contained in:
Jakob Borg
2015-01-07 14:24:49 +01:00
+4
View File
@@ -54,6 +54,10 @@ identicon {
margin-top: 0px; margin-top: 0px;
} }
.checkbox input[type="checkbox"], .radio input[type="radio"] {
float: none; /* issue #1197 */
}
.popover { .popover {
max-width: none; max-width: none;
} }