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
commit 1b6c700e18
1 changed files with 4 additions and 0 deletions

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;
}