Commit 1ae8180a authored by Vibhor Sehgal's avatar Vibhor Sehgal Committed by Benjamin Wheeler

Fix Select Menu in Messages Section (#2179)

* Fix width for Select in Message Section

* Removed extra CSS property

* Removed Margin property; Not required

* Fix for the CI test
parent 9e1741f8
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
border-radius: 5px; border-radius: 5px;
background: $ui-light-gray url("../../../static/svgs/forms/carot.svg") no-repeat right center; background: $ui-light-gray url("../../../static/svgs/forms/carot.svg") no-repeat right center;
padding-right: 4rem; padding-right: 4rem;
padding-left: 1rem;
width: 100%; width: 100%;
height: 3rem; height: 3rem;
text-indent: 1rem;
color: $type-gray; color: $type-gray;
font-size: .875rem; font-size: .875rem;
appearance: none; appearance: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment