Merge pull request #241 from saschalalala/master

min width for .panel-button elements because of cropped images
This commit is contained in:
Sam Hewitt 2015-12-16 21:05:29 -05:00
commit 617a6b1549
1 changed files with 2 additions and 1 deletions

View File

@ -601,6 +601,7 @@ StScrollBar {
#panel .panel-button {
-natural-hpadding: 12px;
-minimum-hpadding: 6px;
min-width: 45px;
font-weight: bold;
color: #ccc;
transition-duration: 100ms; }