1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

fix: select input cuts off (#4157)

This commit is contained in:
Sami Mazouz
2025-01-05 10:36:26 +01:00
committed by GitHub
parent 6a9ce6f8e8
commit 101ff98822

View File

@@ -11,7 +11,7 @@
cursor: pointer; cursor: pointer;
line-height: 1; line-height: 1;
.FormSection &, &.FormControl { .FormSection & {
width: 100%; width: 100%;
} }
} }