mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
Add white-space:nowrap to fix on El Captain Safari
This commit is contained in:
parent
16267e7234
commit
a0cdca4f6d
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
|||
vertical-align: top;
|
||||
li {
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
color: rgba(0,0,0,0.7);
|
||||
a {
|
||||
|
@ -121,4 +122,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue