set height for color input so the color preview is actually visible

This commit is contained in:
Joe 2024-03-17 12:49:28 -05:00 committed by Shish
parent e2a60404dc
commit fc34513b7d

View file

@ -33,6 +33,10 @@
padding:0.2rem 0.6rem;
}
.tagcategoryblock input[type="color"] {
height: 22px;
}
.tagcategoryblock .tc_colorswatch {
display:inline-block;
vertical-align:middle;