Removed padding on right side of search input and removed unused comment.

This commit is contained in:
2020-02-25 13:44:48 +01:00
parent b771428b4d
commit 681ed69ef0

View File

@@ -250,7 +250,6 @@ export default {
> :not(:first-child) {
margin-left: 1rem;
// background-color: red !important;
}
}
}
@@ -343,7 +342,7 @@ hr {
input {
display: block;
width: 100%;
padding: 13px 20px 13px 45px;
padding: 13px 0 13px 45px;
outline: none;
margin: 0;
border: 0;