settings: Set width of dropdown toggle same as select elements.

This commit sets width of toggle buttons for dropdown list
widget elements same as select elements in both organization
settings. We set the min-width to be 325px and max-width to
100%.
This commit is contained in:
Sahil Batra
2023-03-08 15:26:41 +05:30
committed by Tim Abbott
parent d8750d69ae
commit 7d9fe8fd23

View File

@@ -359,7 +359,8 @@ td .button {
color: hsl(0, 0%, 20%);
}
.settings_select {
.settings_select,
.dropdown-list-widget .dropdown-toggle {
height: 30px;
min-width: 325px;
max-width: 100%;