From 31e83ddf05181ff19f865b5c0eb290a94850dfab Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 29 Aug 2022 16:47:49 +0200 Subject: [PATCH] Stop tags being drawn to the max width --- api/js/etemplate/Et2Select/Et2Select.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/js/etemplate/Et2Select/Et2Select.ts b/api/js/etemplate/Et2Select/Et2Select.ts index 9b169a554d..7e4c0694f6 100644 --- a/api/js/etemplate/Et2Select/Et2Select.ts +++ b/api/js/etemplate/Et2Select/Et2Select.ts @@ -103,8 +103,6 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect) margin-left: 0px; max-height: initial; overflow-y: auto; - - flex: 1 1 auto; gap: 0.1rem 0.5rem; } :host([rows]) .select__tags {