mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
💅🏼 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:
parent
42128ace8c
commit
92253cfb35
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user