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 22863f199..3ecd7c23c 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 22d8a69ac..b12da0049 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 5f3464534..84b8c16e9 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 9c9877746..b00fa4343 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 a9990bf76..2486b67fe 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 4602bad65..80ef31d2e 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 49c39ef68..38404566e 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 6d428aca5..a0f974964 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 cee885bd8..3b72ece47 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 901eb5d0c..09aba2333 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 53d30a13a..7a65523f3 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 3e1c0b916..6956bf064 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 c273fec49..a632d4778 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 9bbb7b145..a3956f880 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 0dadd7f3a..baa32fcfa 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 de37ec729..f1772e825 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 e6ddce909..98a40ba47 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 b8af90080..c84d15d67 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 e88173d7d..8a82ab671 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 a539b0d37..5f11d1988 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 9394eab4a..97e0134a5 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 728075ea2..20b1f9ea2 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 37a214d2a..18b538822 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 64bcbd018..12e79f059 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 3e35f7b95..5c2a9a1b7 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 38db9926f..7a0a51d27 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 9d0d82842..72fc2774f 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 4c4a02622..cf2280f50 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 4bb8edc28..9636f5280 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 2aa4a3601..dfab4d6d8 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 004ce934e..647c26deb 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 13778baf8..443d68349 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 30e7b1464..ff5e62acc 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 cb5c70acc..01047ff00 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 a8371b08d..3149faff3 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;