From 3154331eef8a086a1930e920776dc6c96a18c815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 18 May 2021 10:53:26 +0200 Subject: [PATCH] misc: limit help text width in dialogs (#53820) --- gadjo/static/css/_jqueryui.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gadjo/static/css/_jqueryui.scss b/gadjo/static/css/_jqueryui.scss index b835e79..2b6b233 100644 --- a/gadjo/static/css/_jqueryui.scss +++ b/gadjo/static/css/_jqueryui.scss @@ -215,6 +215,10 @@ div.ui-dialog { } } + .helptext { + max-width: 50em; + } + // one line dialog // add this class on widget to remove titlebar, position the close button to the left of content &.oneline-dialog {