From 23b5777b05af524eaff6a32355c2393786ba0632 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 25 Feb 2016 10:18:41 +0100 Subject: [PATCH] CSS: Left-align text in link-button If the text in a link-button consumes more than one line, text would be center-aligned else. --- public/css/icinga/forms.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 8298de13a..25fd24265 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -127,6 +127,8 @@ label { border: none; padding: 0; + text-align: left; + &:hover { text-decoration: underline; }