subscription_manager: fix bug where checkbox size decreases when there's too many tags
This commit is contained in:
parent
de33ee6bb8
commit
da8243085b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user