From 30ed84fd1d951e8ff1645caca1c36667624ae458 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 21 Mar 2019 19:30:10 -0500 Subject: [PATCH] Allow width of object helper panel to grow --- tailbone/static/css/layout.css | 2 +- tailbone/static/themes/bobcat/css/layout.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tailbone/static/css/layout.css b/tailbone/static/css/layout.css index 48c607e9..6c1b926f 100644 --- a/tailbone/static/css/layout.css +++ b/tailbone/static/css/layout.css @@ -159,7 +159,7 @@ body > #body-wrapper { border: 1px solid black; margin: 1em; padding: 1em; - width: 20em; + min-width: 20em; } .object-helper-content { diff --git a/tailbone/static/themes/bobcat/css/layout.css b/tailbone/static/themes/bobcat/css/layout.css index 3648abac..1c490cbe 100644 --- a/tailbone/static/themes/bobcat/css/layout.css +++ b/tailbone/static/themes/bobcat/css/layout.css @@ -124,7 +124,7 @@ header .level .theme-picker { border: 1px solid black; margin: 1em; padding: 1em; - width: 20em; + min-width: 20em; } .object-helper-content {