Projet

Général

Profil

0001-misc-limit-help-text-width-in-dialogs-53820.patch

Frédéric Péters, 18 mai 2021 10:54

Télécharger (757 octets)

Voir les différences:

Subject: [PATCH] misc: limit help text width in dialogs (#53820)

 gadjo/static/css/_jqueryui.scss | 4 ++++
 1 file changed, 4 insertions(+)
gadjo/static/css/_jqueryui.scss
215 215
		}
216 216
	}
217 217

  
218
	.helptext {
219
		max-width: 50em;
220
	}
221

  
218 222
	// one line dialog
219 223
	// add this class on widget to remove titlebar, position the close button to the left of content
220 224
	&.oneline-dialog {
221
-