mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
fix filter subscript overlapping dropdown items
This commit is contained in:
committed by
VitoAlbano
parent
9564e3ceb2
commit
a963de5870
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
<div class="adf-select-filter-input-container">
|
<div class="adf-select-filter-input-container">
|
||||||
<mat-form-field>
|
<mat-form-field subscriptSizing="dynamic">
|
||||||
<input matInput
|
<input matInput
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
(keydown)="handleKeydown($event)"
|
(keydown)="handleKeydown($event)"
|
||||||
|
Reference in New Issue
Block a user