mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 00:25:03 +08:00
fix(scheduler): Make popover width even so it's not blurry
This commit is contained in:
parent
f5e5a7ef4c
commit
938e9b8093
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
|
||||
.scheduler-picker {
|
||||
min-width: 185px;
|
||||
min-width: 186px;
|
||||
}
|
||||
|
||||
.new-event-card-container {
|
||||
|
|
Loading…
Reference in a new issue