mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
GH-4385 - Updating padding for boardselectoritem (#4387)
This commit is contained in:
parent
1fcd7e40d6
commit
0762cb7dc7
@ -3,12 +3,12 @@
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
flex-direction: row;
|
||||
padding: 10px 0;
|
||||
margin: 0 35px;
|
||||
padding: 10px 35px 10px 0;
|
||||
|
||||
.BoardSelectorItem-info {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
Loading…
Reference in New Issue
Block a user