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
This commit is contained in:
Vibhor Sehgal 2018-10-15 16:18:29 +05:30 committed by Benjamin Wheeler
parent 9e1741f883
commit 1ae8180aa4

View file

@ -13,9 +13,9 @@
border-radius: 5px;
background: $ui-light-gray url("../../../static/svgs/forms/carot.svg") no-repeat right center;
padding-right: 4rem;
padding-left: 1rem;
width: 100%;
height: 3rem;
text-indent: 1rem;
color: $type-gray;
font-size: .875rem;
appearance: none;