diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-09-06 14:41:50 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-11-01 17:26:31 +0100 |
commit | b8890e5758a077e123ea9e1d5f07e55ce94d9deb (patch) | |
tree | 2c08624ee25086c2a8cbdd68d30eda2ce5c280d3 /public_html/data/css/style.css | |
parent | 6b60e109bb3feff911af34b13acdc75f2f9487b2 (diff) |
Set minimum width for popovers
This fixes some weird small-width popovers on the thumbnail history
when a thumbnail is being moved around.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'public_html/data/css/style.css')
-rw-r--r-- | public_html/data/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index 18ff1ee4f..166a00c12 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -360,6 +360,7 @@ body { word-break: break-word; word-wrap: normal; max-width: 400px; + min-width: 250px } #upload_history .popover { |