Desktop: Fixes #4397: Fixed calendar styling (#4703)

pull/4737/head
Harshit Kathuria 2021-03-23 15:05:25 +05:30 committed by GitHub
parent 044477ba0d
commit 656673ed57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ a {
} }
} }
.rdtPicker {
min-width: 250px;
width: auto !important;
}
.smalltalk { .smalltalk {
font-family: sans-serif; font-family: sans-serif;
} }