fix(search): long text overflows under the Search icon

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/515
This commit is contained in:
Jimmy Cai 2022-06-13 08:36:48 +00:00 committed by GitHub
parent 1e5cced034
commit 7f94ce9847

View File

@ -31,6 +31,7 @@
input { input {
padding: 40px 20px 20px; padding: 40px 20px 20px;
padding-inline-end: var(--button-size);
border-radius: var(--card-border-radius); border-radius: var(--card-border-radius);
background-color: var(--card-background); background-color: var(--card-background);
box-shadow: var(--shadow-l1); box-shadow: var(--shadow-l1);