Projet

Général

Profil

0001-manager-increase-width-of-textarea-in-cell-propertie.patch

Frédéric Péters, 24 mai 2022 15:29

Télécharger (770 octets)

Voir les différences:

Subject: [PATCH] manager: increase width of textarea in cell properties
 (#65654)

 combo/manager/static/css/combo.manager.scss | 3 +++
 1 file changed, 3 insertions(+)
combo/manager/static/css/combo.manager.scss
712 712
			@include sr-only();
713 713
		}
714 714
	}
715
	textarea {
716
		width: 100%;
717
	}
715 718
}
716 719

  
717 720
.cell.map .pk-tabs-container--content-panels .buttons {
718
-