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);
}
.list-item.hidden {
border: 0;
.root .list-item.hidden {
border: none;
padding: 0;
margin: 0;
height: 0;