fix: fix dashboard buttons height and alignment in Firefox Linux
This commit is contained in:
parent
96acd710dc
commit
e8a9c68dde
1 changed files with 3 additions and 3 deletions
|
@ -399,7 +399,7 @@ ul.umap-autocomplete {
|
||||||
padding: .5rem 1rem;
|
padding: .5rem 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
height: 2.5rem;
|
height: 40px;
|
||||||
}
|
}
|
||||||
.table-header form input[type="search"] {
|
.table-header form input[type="search"] {
|
||||||
width: 30ch;
|
width: 30ch;
|
||||||
|
@ -419,8 +419,8 @@ ul.umap-autocomplete {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: initial;
|
background-color: initial;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
line-height: inherit;
|
line-height: 24px;
|
||||||
height: 2.5rem;
|
height: 40px;
|
||||||
}
|
}
|
||||||
.table-wrapper {
|
.table-wrapper {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
|
Loading…
Reference in a new issue