fix: fix min-height of select in caption bar (#2622)

Before:
![Screenshot From 2025-04-08
15-26-28](https://github.com/user-attachments/assets/372d3410-a360-4ff3-a6f2-d7c18a3f26e3)

After:
![Screenshot From 2025-04-08
15-27-44](https://github.com/user-attachments/assets/defb737e-aed3-40b0-91b6-5b8c38675e55)
This commit is contained in:
Yohan Boniface 2025-04-08 15:37:56 +02:00 committed by GitHub
commit fea0f02b80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,6 +206,7 @@
margin-top: 0; margin-top: 0;
line-height: initial; line-height: initial;
height: initial; height: initial;
min-height: initial;
width: auto; width: auto;
padding: 0 var(--text-margin); padding: 0 var(--text-margin);
} }