diff options
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 8b4bb28eb8..3c0e4f2bdc 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -297,10 +297,9 @@ margin-right: 1em; vertical-align: middle; } -/* Label has tiny paddings to include possible content margins */ -.v-label { - padding-top: 1px; - padding-bottom: 1px; +/* Margins are not supported within Label */ +.v-label pre { + margin: 0; } /* A label with undefined width is always considered to be on one line */ .v-label-undef-w { |