Fix vertical alignment on selects that use ItemTemplates

This commit is contained in:
Pat Hartl 2023-08-02 23:46:02 -05:00
parent d0a6cbb900
commit 0536e820d2

View file

@ -0,0 +1,3 @@
.ant-select-selector {
line-height: 30px;
}