Adding a little more max width for buttons

This commit is contained in:
Saman Bemel-Benrud 2013-07-29 19:47:50 -04:00 committed by Tom Hughes
parent 2827d8ad81
commit c30f20122d

View file

@ -1746,7 +1746,7 @@ a.button {
border-radius: 0;
margin:0;
min-width: 100px;
max-width: 150px;
max-width: 180px;
border-right:1px solid white;
text-overflow: ellipsis;
white-space: nowrap;