do not wrap text of buttons (as this breaks the layout of following buttons and looks ugly).

This commit is contained in:
tyrasd
2012-11-03 23:11:59 +01:00
parent 264119ea99
commit 1afb28fca6

View File

@@ -107,6 +107,7 @@ table td {
#bar button {
width:100px;
white-space:nowrap;
cursor:pointer;
display:inline-block;
background:#222222;