Projet

Général

Profil

0001-css-allow-search-input-to-shrink-56377.patch

Thomas Jund, 25 août 2021 17:17

Télécharger (779 octets)

Voir les différences:

Subject: [PATCH] css: allow search input to shrink (#56377)

 static/includes/_cells.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
static/includes/_cells.scss
380 380
		input {
381 381
			flex: 1;
382 382
			margin-right: 1rem;
383
			width: 100%;
383 384
		}
384 385
		button {
385 386
			margin-right: 0;
......
804 805

  
805 806
.profile-cell .profile {
806 807
	@extend #profile;
807
}
808
}
808
-