forked from Sync/hugo-theme-stack
fix(search): long text overflows under the Search icon
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/515
This commit is contained in:
parent
1e5cced034
commit
7f94ce9847
@ -31,6 +31,7 @@
|
||||
|
||||
input {
|
||||
padding: 40px 20px 20px;
|
||||
padding-inline-end: var(--button-size);
|
||||
border-radius: var(--card-border-radius);
|
||||
background-color: var(--card-background);
|
||||
box-shadow: var(--shadow-l1);
|
||||
|
Loading…
Reference in New Issue
Block a user