fix issue in some peoples browsers where input is bigger than it should be for some reason
This commit is contained in:
parent
18e1d962b8
commit
5baedc39bc
3 changed files with 8 additions and 1 deletions
4
public/css/app.css
vendored
4
public/css/app.css
vendored
|
@ -667,6 +667,10 @@ body {
|
|||
color: #2f313a;
|
||||
}
|
||||
|
||||
.homesearch {
|
||||
height: 51px;
|
||||
}
|
||||
|
||||
.module-actions {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
|
|
|
@ -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"
|
||||
}
|
3
resources/assets/sass/_app.scss
vendored
3
resources/assets/sass/_app.scss
vendored
|
@ -357,6 +357,9 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
.homesearch {
|
||||
height: 51px;
|
||||
}
|
||||
.module-actions {
|
||||
display: flex;
|
||||
justify-content:space-between;
|
||||
|
|
Loading…
Reference in a new issue