From: Matti Tahvonen Date: Thu, 19 Jun 2008 09:08:17 +0000 (+0000) Subject: fixes #1723, long lines are now visible X-Git-Tag: 6.7.0.beta1~4569 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=71900462563bb1df8142930d5d413556ce944f14;p=vaadin-framework.git fixes #1723, long lines are now visible svn changeset:4920/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index eae8622c0f..443356fd27 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -154,8 +154,12 @@ input.i-modified, cursor:pointer; } +/** + * Label has tiny paddings to include contents margins. + */ .i-label { - overflow: hidden; + padding-top:1px; + padding-bottom: 1px; } /* Loading indicator states */ diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index d1db617e03..a8005c02e6 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -254,8 +254,12 @@ input.i-modified, cursor:pointer; } +/** + * Label has tiny paddings to include contents margins. + */ .i-label { - overflow: hidden; + padding-top:1px; + padding-bottom: 1px; } /* Loading indicator states */