fix issue in some peoples browsers where input is bigger than it should be for some reason

This commit is contained in:
KodeStar 2018-02-10 20:23:42 +00:00
parent 18e1d962b8
commit 5baedc39bc
3 changed files with 8 additions and 1 deletions

4
public/css/app.css vendored
View file

@ -667,6 +667,10 @@ body {
color: #2f313a;
}
.homesearch {
height: 51px;
}
.module-actions {
display: -webkit-box;
display: -ms-flexbox;

View file

@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=414b5bf109854d80b269",
"/css/app.css": "/css/app.css?id=a571eeda02c71a01f251",
"/js/app.js": "/js/app.js?id=b38be2e595ece6fcef81"
}

View file

@ -357,6 +357,9 @@ body {
}
}
}
.homesearch {
height: 51px;
}
.module-actions {
display: flex;
justify-content:space-between;