From edd618dbfb9f819d96bce814690c6e0c71431a42 Mon Sep 17 00:00:00 2001 From: Jan Gaedicke Date: Thu, 2 Jan 2014 14:17:50 +0100 Subject: [PATCH] removing "min-height: 80px;" from class label the css-class label is used in the fields section of the table panel. checked fields currently have a 80px rectangle around their names. (cherry picked from commit a825d8e4f0ad09d595f1e7c584e4921f11d01a6e) --- src/vendor/bootstrap/less/bootswatch.light.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vendor/bootstrap/less/bootswatch.light.less b/src/vendor/bootstrap/less/bootswatch.light.less index 33d326ee6f8..fd8d8cf5b9d 100644 --- a/src/vendor/bootstrap/less/bootswatch.light.less +++ b/src/vendor/bootstrap/less/bootswatch.light.less @@ -481,7 +481,6 @@ legend { .label { min-width: 80px; - min-height: 80px; .border-radius(0); font-weight: 300; text-shadow: none;