adjust min width of account sidebar to prevent text overflow

This commit is contained in:
Evan Morikawa 2015-03-05 14:09:36 -08:00
parent 4635bf7d14
commit db4cc4ef08

View file

@ -50,5 +50,5 @@ AccountSidebar = React.createClass
selected: SidebarStore.selectedId()
AccountSidebar.minWidth = 150
AccountSidebar.minWidth = 165
AccountSidebar.maxWidth = 250