Stop tags being drawn to the max width

This commit is contained in:
Hadi Nategh 2022-08-29 16:47:49 +02:00
parent 1b0c2a95a2
commit 31e83ddf05

View File

@ -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 {