UX: fix time pickers input width on mobile (#21170)

This commit is contained in:
Canapin 2023-04-19 17:08:24 +02:00 committed by GitHub
parent bc7ef70380
commit 4b9a52cd7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@
&.custom-relative-wrap { &.custom-relative-wrap {
.relative-time-picker { .relative-time-picker {
display: flex; display: flex;
.select-kit.combo-box {
width: 60px;
}
} }
} }
} }