mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(category-picker): Better styles for long labels/folders
This commit is contained in:
parent
56374a6966
commit
ff9b25220e
1 changed files with 8 additions and 8 deletions
|
@ -18,14 +18,6 @@
|
|||
color: @text-color-inverse;
|
||||
}
|
||||
|
||||
.item:hover {
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
.primary, .secondary {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.item.divider {
|
||||
background-color: #e0e0e0;
|
||||
margin: 4px 0;
|
||||
|
@ -46,6 +38,7 @@
|
|||
border-radius: 2px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
|
@ -64,10 +57,17 @@
|
|||
|
||||
.category-item {
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.category-create-new-tag {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.category-display-name {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
margin-right: 5px;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue