dropdown: Move general rule for width to app_components.css.

This commit is contained in:
evykassirer 2025-02-05 11:30:09 -08:00 committed by Tim Abbott
parent 18dfe8f071
commit 2af6f6a0d5
2 changed files with 1 additions and 4 deletions

View File

@ -1159,6 +1159,7 @@ input.settings_text_input {
justify-content: space-between;
outline: none;
color: var(--color-text-default);
width: 206px;
&:disabled {
cursor: not-allowed;

View File

@ -429,10 +429,6 @@
width: fit-content;
}
.dropdown-widget-button {
width: 206px;
}
.modal_password_input,
.modal_url_input,
.modal_text_input {