Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ’…πŸΌ Set width of searchinput to 100% (#764)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aileen authored and JohnONolan committed Jun 29, 2017
1 parent 3ff999e commit ad2eeab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/components/power-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
margin: 0 1px !important;
padding: 0 !important;
min-height: 0 !important;
width: calc(100% - 8px) !important;
max-width: 100% !important;
max-height: none !important;
border: 0 none !important;
Expand Down

0 comments on commit ad2eeab

Please sign in to comment.