From 1afb28fca6a7e38823be2e0ef5fe3b913350f7bb Mon Sep 17 00:00:00 2001 From: tyrasd Date: Sat, 3 Nov 2012 23:11:59 +0100 Subject: [PATCH] do not wrap text of buttons (as this breaks the layout of following buttons and looks ugly). --- css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/app.css b/css/app.css index d22fdf9bb..5ba49d344 100644 --- a/css/app.css +++ b/css/app.css @@ -107,6 +107,7 @@ table td { #bar button { width:100px; + white-space:nowrap; cursor:pointer; display:inline-block; background:#222222;