From 62f3914de2ceebe3012a12d44b29f663a0207118 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 15 Sep 2021 10:49:08 +0300 Subject: [PATCH] Fixed #1519 - Incorrect Sizing due to filter input width of dropdown --- public/themes/arya-blue/theme.css | 1 + public/themes/arya-green/theme.css | 1 + public/themes/arya-orange/theme.css | 1 + public/themes/arya-purple/theme.css | 1 + public/themes/bootstrap4-dark-blue/theme.css | 1 + public/themes/bootstrap4-dark-purple/theme.css | 1 + public/themes/bootstrap4-light-blue/theme.css | 1 + public/themes/bootstrap4-light-purple/theme.css | 1 + public/themes/fluent-light/theme.css | 1 + public/themes/luna-amber/theme.css | 1 + public/themes/luna-blue/theme.css | 1 + public/themes/luna-green/theme.css | 1 + public/themes/luna-pink/theme.css | 1 + public/themes/md-dark-deeppurple/theme.css | 1 + public/themes/md-dark-indigo/theme.css | 1 + public/themes/md-light-deeppurple/theme.css | 1 + public/themes/md-light-indigo/theme.css | 1 + public/themes/mdc-dark-deeppurple/theme.css | 1 + public/themes/mdc-dark-indigo/theme.css | 1 + public/themes/mdc-light-deeppurple/theme.css | 1 + public/themes/mdc-light-indigo/theme.css | 1 + public/themes/nova-accent/theme.css | 1 + public/themes/nova-alt/theme.css | 1 + public/themes/nova-vue/theme.css | 1 + public/themes/nova/theme.css | 1 + public/themes/rhea/theme.css | 1 + public/themes/saga-blue/theme.css | 1 + public/themes/saga-green/theme.css | 1 + public/themes/saga-orange/theme.css | 1 + public/themes/saga-purple/theme.css | 1 + public/themes/tailwind-light/theme.css | 1 + public/themes/vela-blue/theme.css | 1 + public/themes/vela-green/theme.css | 1 + public/themes/vela-orange/theme.css | 1 + public/themes/vela-purple/theme.css | 1 + 35 files changed, 35 insertions(+) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 22863f1994..3ecd7c23c9 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 22d8a69ac6..b12da00497 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 5f34645343..84b8c16e91 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 9c9877746c..b00fa43430 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index a9990bf769..2486b67feb 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 4602bad651..80ef31d2e1 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 49c39ef68f..38404566e7 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 6d428aca5d..a0f974964c 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index cee885bd84..3b72ece471 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 901eb5d0c4..09aba23334 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 53d30a13ab..7a65523f3a 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 3e1c0b916e..6956bf064e 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index c273fec49a..a632d47785 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 9bbb7b145b..a3956f8804 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -765,6 +765,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 2rem; + margin-right: -2rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 1rem; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 0dadd7f3a8..baa32fcfa5 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -765,6 +765,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 2rem; + margin-right: -2rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 1rem; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index de37ec7299..f1772e8251 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -765,6 +765,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 2rem; + margin-right: -2rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 1rem; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index e6ddce9090..98a40ba477 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -765,6 +765,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 2rem; + margin-right: -2rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 1rem; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index b8af90080a..c84d15d677 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -765,6 +765,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index e88173d7d9..8a82ab6717 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -765,6 +765,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index a539b0d377..5f11d19887 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -765,6 +765,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 9394eab4a2..97e0134a5f 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -765,6 +765,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 728075ea25..20b1f9ea23 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 37a214d2a7..18b5388227 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 64bcbd018b..12e79f0590 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 3e35f7b957..5c2a9a1b71 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -745,6 +745,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 38db9926f3..7a0a51d27d 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; + margin-right: -1.429rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 9d0d828429..72fc2774fa 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 4c4a02622f..cf2280f501 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 4bb8edc28c..9636f52804 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 2aa4a3601d..dfab4d6d82 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 004ce934e7..647c26deb5 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -776,6 +776,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 13778baf87..443d68349d 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 30e7b14646..ff5e62acc4 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index cb5c70acc1..01047ff001 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index a8371b08d8..3149faff38 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -741,6 +741,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; + margin-right: -1.5rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.5rem;