bug fix
This commit is contained in:
parent
17e68fbbd9
commit
a8e9deecb1
7
public/css/employees.css
vendored
7
public/css/employees.css
vendored
|
|
@ -136,9 +136,14 @@ body {
|
||||||
color: rgba(76, 76, 76, 0.62);
|
color: rgba(76, 76, 76, 0.62);
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group .btn {
|
.input-group .btn {
|
||||||
height: -webkit-fill-available;
|
height: 46px;
|
||||||
|
--bs-btn-border-radius: 0;
|
||||||
|
border-top-right-radius: .375rem;
|
||||||
|
border-bottom-right-radius: .375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group {
|
.input-group {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue