From a849e84bfbdb6e09ade2aea31be0eb28bd3c67b4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 6 Sep 2008 16:57:57 +0000 Subject: [PATCH] * luci/themes: small css fix for all themes --- themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css | 1 + .../openwrt-light/htdocs/luci-static/openwrt-light/cascade.css | 1 + themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 1 + 3 files changed, 3 insertions(+) diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index e443664363..4663ff5831 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -433,6 +433,7 @@ div.cbi-value:hover div.cbi-value-field > div.cbi-value-description { div.cbi-section-create { clear: left; + white-space: nowrap; } div.cbi-map-descr { diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css index 6c841b2069..dd6fe5e9bf 100644 --- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css +++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css @@ -418,6 +418,7 @@ div.cbi-value:hover div.cbi-value-field > div.cbi-value-description { div.cbi-section-create { clear: left; + white-space: nowrap; } div.cbi-map-descr { diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index 1e2e7eb7bb..bc01339e7e 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -419,6 +419,7 @@ div.cbi-value-description { div.cbi-section-create { clear: left; + white-space: nowrap; } div.cbi-map-descr { -- 2.30.2