fix(rules): Overflow in the prefrences sidebar. Fixes #908

This commit is contained in:
Ben Gotow 2016-01-06 09:51:42 -08:00
parent 1ba8f5277f
commit 188e637236

View file

@ -77,6 +77,9 @@
padding: @padding-large-vertical * 0.8 @padding-large-horizontal + 4;
border-top: 1px solid @border-color-divider;
border-right:3px solid transparent;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 8px;
}
}
}