From 8e11a33031daa9ebcf5d64676d03386a4e962559 Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Wed, 19 Aug 2015 15:22:53 +0200 Subject: [PATCH] Make sure fieldset names are not cropped --- app/less/archetype.less | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/less/archetype.less b/app/less/archetype.less index 225796f..f30f6a1 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -244,8 +244,14 @@ } } - .fieldsetPicker .icon { - color: #333; + .fieldsetPicker { + .icon { + color: #333; + } + ul.elements li { + overflow: visible; + vertical-align: top; + } } }