fix(sidebar): fix account name styles

This commit is contained in:
Evan Morikawa 2016-04-28 11:45:20 -07:00
parent 35274ef2b4
commit f45c497810
2 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@
.nylas-outline-view:first-child {
.heading span {
margin-right: 25px;
margin-right: 30px;
}
}
}

View file

@ -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;