From 2af6f6a0d5f78fffa26bd8cddabdbd787faa5cd3 Mon Sep 17 00:00:00 2001 From: evykassirer Date: Wed, 5 Feb 2025 11:30:09 -0800 Subject: [PATCH] dropdown: Move general rule for width to app_components.css. --- web/styles/app_components.css | 1 + web/styles/modal.css | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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 {