mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
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:
parent
9e1741f883
commit
1ae8180aa4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue