diff options
-rw-r--r-- | WebContent/ITMILL/themes/default/formlayout/formlayout.css | 3 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/formlayout/formlayout.css b/WebContent/ITMILL/themes/default/formlayout/formlayout.css index da6f864210..8a2470cd02 100644 --- a/WebContent/ITMILL/themes/default/formlayout/formlayout.css +++ b/WebContent/ITMILL/themes/default/formlayout/formlayout.css @@ -8,6 +8,9 @@ text-align:right; white-space: nowrap; } +.i-formlayout-captioncell .i-caption { + overflow: visible; +} .i-formlayout-contentcell { width:100%; diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 459d307242..8aa816ae10 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -679,6 +679,9 @@ input.i-modified, text-align:right; white-space: nowrap; } +.i-formlayout-captioncell .i-caption { + overflow: visible; +} .i-formlayout-contentcell { width:100%; |