Clearblue Margin Fix

Fix ClearBlue lists being butted up against the left hand side of the screen when viewed from a non-editor account (IE comment only).
This commit is contained in:
walster001 2024-09-04 14:09:28 +09:30 committed by GitHub
parent 608ec63899
commit a71973cc80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1417,7 +1417,7 @@ THEME - Clear Blue
}
.board-color-clearblue .swimlane .list:first-child {
min-width: 20px;
margin-left: 0px;
margin-left: 10px;
border-left: none;
}
.board-color-clearblue .swimlane .list:nth-child {