mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
fix(sidebar): Better disclosure triangle position on multiline labels / folders
This commit is contained in:
parent
7711ec533e
commit
528224a184
1 changed files with 1 additions and 1 deletions
|
@ -27,11 +27,11 @@
|
||||||
|
|
||||||
.item-container {
|
.item-container {
|
||||||
display:flex;
|
display:flex;
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
.disclosure-triangle {
|
.disclosure-triangle {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
padding:7px;
|
padding:7px;
|
||||||
|
padding-top:12px;
|
||||||
width:20px;
|
width:20px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue