diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 8fcb6f8789..7a549d2040 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -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; diff --git a/web/styles/modal.css b/web/styles/modal.css index 2bcf03947a..63cc9f2e1c 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -429,10 +429,6 @@ width: fit-content; } -.dropdown-widget-button { - width: 206px; -} - .modal_password_input, .modal_url_input, .modal_text_input {