From 3b25fd88f6237f848f7883c5801827045c06f780 Mon Sep 17 00:00:00 2001 From: katomat Date: Tue, 2 Jun 2015 11:03:46 +0200 Subject: [PATCH] Update form.less Allow long text to break in buttons. --- css/form.less | 1 + 1 file changed, 1 insertion(+) diff --git a/css/form.less b/css/form.less index d6c96a0..9441bf0 100644 --- a/css/form.less +++ b/css/form.less @@ -31,6 +31,7 @@ input[type="submit"], #edit-submit, a.button, .button { color: @mywhite; text-decoration: none; border: 2px solid darken(@primary_color, 5%); + white-space: normal; .textshadow(darken(@primary_color, 10%)); .rounded(4px); }