mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 20:41:05 +08:00
fix(sidebar): fix account name styles
This commit is contained in:
parent
35274ef2b4
commit
f45c497810
2 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
.nylas-outline-view:first-child {
|
||||
.heading span {
|
||||
margin-right: 25px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,6 +79,10 @@
|
|||
line-height: @line-height-large;
|
||||
clear: both;
|
||||
|
||||
// The overflow needs to be `hidden` in order for the name to flex
|
||||
// fit within the contained space.
|
||||
overflow: hidden;
|
||||
|
||||
img.content-mask {
|
||||
background-color: @text-color-subtle;
|
||||
vertical-align: text-bottom;
|
||||
|
|
Loading…
Reference in a new issue