mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
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:
parent
608ec63899
commit
a71973cc80
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue