mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
dropdown: Move general rule for width to app_components.css.
This commit is contained in:
parent
18dfe8f071
commit
2af6f6a0d5
@ -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;
|
||||
|
||||
@ -429,10 +429,6 @@
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.dropdown-widget-button {
|
||||
width: 206px;
|
||||
}
|
||||
|
||||
.modal_password_input,
|
||||
.modal_url_input,
|
||||
.modal_text_input {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user