mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-03-22 00:05:57 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue