Cleanup hidden borders
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-05-24 21:03:07 +02:00
parent 53eaa1c4c7
commit b4f114c037

View File

@ -58,8 +58,8 @@ body {
transform: rotate(90deg); transform: rotate(90deg);
} }
.list-item.hidden { .root .list-item.hidden {
border: 0; border: none;
padding: 0; padding: 0;
margin: 0; margin: 0;
height: 0; height: 0;