Fix overwidth on recipe search box
This commit is contained in:
parent
37c0f26fd6
commit
7f9155558a
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.recipe-search-box input {
|
.recipe-search-box input {
|
||||||
width: 100%;
|
width: calc(100% - 2em);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue