Projet

Général

Profil

0001-manager-limit-visibility-summary-width-to-keep-space.patch

Frédéric Péters, 19 janvier 2020 14:06

Télécharger (884 octets)

Voir les différences:

Subject: [PATCH] manager: limit visibility summary width, to keep space for
 page title (#39089)

 combo/manager/static/css/combo.manager.css | 4 ++++
 1 file changed, 4 insertions(+)
combo/manager/static/css/combo.manager.css
92 92
	vertical-align: middle;
93 93
}
94 94

  
95
div.page span.visibility-summary {
96
	max-width: 50%;
97
}
98

  
95 99
div.cell h3 span.visibility-summary::before,
96 100
div.page span.visibility-summary::before {
97 101
	content: "\f06e"; /* fa-eye */
98
-