From 3a8b63b371ea0f3167a95d747bb431a44626773f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 6 Jan 2021 09:16:19 +0100 Subject: [PATCH] remove height constraint --- app/assets/stylesheets/darkswarm/_shop-navigation.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/_shop-navigation.scss b/app/assets/stylesheets/darkswarm/_shop-navigation.scss index 8ed5400ed9..0741b7550d 100644 --- a/app/assets/stylesheets/darkswarm/_shop-navigation.scss +++ b/app/assets/stylesheets/darkswarm/_shop-navigation.scss @@ -53,7 +53,6 @@ ordercycle { font-size: 1em; line-height: 1.3em; padding: 0.5em 0.75em; - height: 2.35em; span { width: max-content; @@ -71,6 +70,10 @@ ordercycle { text-align: left; } + select { + height: 2.35em; + } + select, p { display: inline-block; @@ -82,7 +85,6 @@ ordercycle { padding: 0.5em 1.25em 0.5em 0.75em; font-size: 1em; line-height: 1.3em; - height: 2.35em; min-width: 13em; width: 200px;