mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-11 07:04:33 +08:00
adjust min width of account sidebar to prevent text overflow
This commit is contained in:
parent
4635bf7d14
commit
db4cc4ef08
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +50,5 @@ AccountSidebar = React.createClass
|
|||
selected: SidebarStore.selectedId()
|
||||
|
||||
|
||||
AccountSidebar.minWidth = 150
|
||||
AccountSidebar.minWidth = 165
|
||||
AccountSidebar.maxWidth = 250
|
||||
|
|
Loading…
Add table
Reference in a new issue