Clearblue Margin - comment

Add comment to explain changes to margin in case someone wants to revert in future
This commit is contained in:
walster001 2024-09-04 14:10:31 +09:30 committed by GitHub
parent a71973cc80
commit 2e1675969a
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 { .board-color-clearblue .swimlane .list:first-child {
min-width: 20px; min-width: 20px;
margin-left: 10px; margin-left: 10px; /* Added 10px margin left to stop lists being butted up against the edge of the screen */
border-left: none; border-left: none;
} }
.board-color-clearblue .swimlane .list:nth-child { .board-color-clearblue .swimlane .list:nth-child {