diff options
author | Simon Rettberg | 2017-12-04 16:41:48 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-04 16:41:48 +0100 |
commit | 1e7992f975aedd69f6e87bdb0a27400b898d84d8 (patch) | |
tree | be35cdf96fc793ec26cf4f60e0aadc8321fe8a79 /modules-available/locationinfo/templates | |
parent | [locationinfo] summary: CSS compat for older clients, disable hiding feature (diff) | |
download | slx-admin-1e7992f975aedd69f6e87bdb0a27400b898d84d8.tar.gz slx-admin-1e7992f975aedd69f6e87bdb0a27400b898d84d8.tar.xz slx-admin-1e7992f975aedd69f6e87bdb0a27400b898d84d8.zip |
[locationinfo] summary: min-width 90px for child nodes
Diffstat (limited to 'modules-available/locationinfo/templates')
-rw-r--r-- | modules-available/locationinfo/templates/frontend-summary.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/frontend-summary.html b/modules-available/locationinfo/templates/frontend-summary.html index ec048947..084f6671 100644 --- a/modules-available/locationinfo/templates/frontend-summary.html +++ b/modules-available/locationinfo/templates/frontend-summary.html @@ -33,6 +33,7 @@ .parent .parent, .parent .child { min-height: 5em; + min-width: 90px; } .border { |