fix (admin): weird layout on mobile

This commit is contained in:
Mickael Kerjean
2022-11-25 18:55:48 +11:00
parent e96aaefbf2
commit 93b83bd9e1

View File

@ -47,6 +47,7 @@
@media screen and (max-width: 550px) { @media screen and (max-width: 550px) {
display: block; display: block;
.nothing{ display: none; } .nothing{ display: none; }
input[type="checkbox"] { top: -7px; }
} }
> span{ > span{
white-space: nowrap; white-space: nowrap;