summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-04-08 10:35:23 +0200
committerYorhel <git@yorhel.nl>2020-04-08 10:35:23 +0200
commit443fc2d8bc509b2231b4b34cb420b84d158a1b02 (patch)
tree8ea8b815ad9ec1d97ca7545eb289be676e2686dc
parentf27a8442754f03dedc57932766c50178cd99f066 (diff)
imgflag: Fix CSS when there are >10 votes
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 8cac08ab..214be656 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1085,7 +1085,7 @@ p.filselect i { font-style: normal }
.imageflag > div:nth-child(4) ul li label { display: inline-block; border: 1px solid $secborder$; padding: 7px; width: 100px; white-space: nowrap; margin: 2px 0; cursor: pointer }
.imageflag > div:nth-child(4) ul li.sel label,
.imageflag > div:nth-child(4) ul li label:hover { background-color: $secbg$ }
-.imageflag > div:nth-child(6) { height: 200px; padding: 15px 0 }
+.imageflag > div:nth-child(6) { min-height: 200px; padding: 15px 0 }
.imageflag > div:nth-child(6) table { margin: 0 auto }
.imageflag > div:nth-child(6) table td { min-width: 50px }