From 78fb38e072cf6450056743bf0939b564ad7db790 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 1 Mar 2022 15:18:47 -0600 Subject: [PATCH] Tweak styles for links in object helper panel --- tailbone/static/themes/falafel/css/layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tailbone/static/themes/falafel/css/layout.css b/tailbone/static/themes/falafel/css/layout.css index 3a292cac..db3ebaf8 100644 --- a/tailbone/static/themes/falafel/css/layout.css +++ b/tailbone/static/themes/falafel/css/layout.css @@ -93,6 +93,10 @@ header .level .theme-picker { * "object helper" panel ******************************/ +.object-helpers a { + white-space: nowrap; +} + .object-helper { border: 1px solid black; margin: 1em;