💅🏼 Set width of searchinput to 100% (#764)

closes TryGhost/Ghost#8630

Add `width: calc(100% - 8px)` (substract 8px to keep a bit of a padding to the icon) to `.ember-power-select-search input` class so the input field is full width.
This commit is contained in:
Aileen Nowak 2017-06-29 14:54:55 +07:00 committed by John O'Nolan
parent 42128ace8c
commit 92253cfb35

View File

@ -65,6 +65,7 @@
margin: 0 1px !important; margin: 0 1px !important;
padding: 0 !important; padding: 0 !important;
min-height: 0 !important; min-height: 0 !important;
width: calc(100% - 8px) !important;
max-width: 100% !important; max-width: 100% !important;
max-height: none !important; max-height: none !important;
border: 0 none !important; border: 0 none !important;