subscription_manager: fix bug where checkbox size decreases when there's too many tags

This commit is contained in:
James Taylor 2019-08-12 15:18:56 -07:00
parent de33ee6bb8
commit da8243085b

View File

@ -69,7 +69,7 @@
} }
.sub-list-checkbox{ .sub-list-checkbox{
height: 1.5em; height: 1.5em;
width: 1.5em; min-width: 1.5em; // need min-width otherwise browser doesn't respect the width and squishes the checkbox down when there's too many tags
} }
.muted{ .muted{
background-color: #888888; background-color: #888888;