[EC-1009] UI feedback adjust width on multi selects to remain consistent with menus (#4574)
* [EC-1009] fix: make sure permission field doesnt shrink * [EC-1009] fix: use officially documented tailwind class
This commit is contained in:
parent
82b273651f
commit
8675219162
|
@ -1,7 +1,7 @@
|
|||
<!-- Please remove this disable statement when editing this file! -->
|
||||
<!-- eslint-disable tailwindcss/no-custom-classname -->
|
||||
<div class="tw-flex">
|
||||
<bit-form-field *ngIf="permissionMode == 'edit'" class="tw-mr-3">
|
||||
<bit-form-field *ngIf="permissionMode == 'edit'" class="tw-mr-3 tw-shrink-0">
|
||||
<bit-label>{{ "permission" | i18n }}</bit-label>
|
||||
<!--
|
||||
Built-in select height differs between browsers, this fix makes sure we match bit-multi-select height.
|
||||
|
@ -22,7 +22,7 @@
|
|||
</select>
|
||||
</bit-form-field>
|
||||
|
||||
<bit-form-field class="tw-flex-grow">
|
||||
<bit-form-field class="tw-grow">
|
||||
<bit-label>{{ selectorLabelText }}</bit-label>
|
||||
<bit-multi-select
|
||||
class="tw-w-full"
|
||||
|
|
Loading…
Reference in New Issue