Slightly widen index sidebar, overflow buttons properly

First half of #349 fix. Supersedes #734 (190px wide instead of 200px, correctly modify margin-left of .sideNavOffset, more descriptive commit message)
This commit is contained in:
Toby Zerner
2016-02-07 12:10:02 +10:30
parent fb09cef540
commit dfef3c1ff1
3 changed files with 5 additions and 4 deletions

View File

@ -192,6 +192,8 @@
.Button--block {
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
// Vertically space out multiple block buttons
+ .Button--block {