diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 035c8fb878..10afd5e107 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -1206,6 +1206,7 @@ and open the template in the editor. background-color: rgba(255, 221, 115, 0.1); padding: 0.3em 0 0 0.3em; border: none; + height: auto; } /** * et2_taglist diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index afa56748a0..a404f11bea 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -1197,6 +1197,7 @@ background-color: rgba(255, 221, 115, 0.1); padding: 0.3em 0 0 0.3em; border: none; + height: auto; } /** * et2_taglist diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 105918b0af..3fa23ca0a8 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -1129,6 +1129,7 @@ textarea.description { background-color: @color_optional; padding: 0.3em 0 0 0.3em; border: none; + height: auto; } /**