settings: Fix dropdown-list-widget menu for short options.

The dropdown menu for notification stream, default code block
language, etc. was not looking good for short options due to
width being set to fit-content. This commit adds min-width
property to make them look good for short options as well.
This commit is contained in:
Sahil Batra
2023-03-28 14:48:25 +05:30
committed by Tim Abbott
parent c5ff78a933
commit 00abffda98

View File

@@ -850,6 +850,7 @@ div.overlay {
width: fit-content;
& span {
min-width: 210px;
width: fit-content;
}
}