fix: dropdown styles
This commit is contained in:
parent
41838a913c
commit
d53266f96c
@ -141,7 +141,6 @@
|
|||||||
background-color: var(--g-actions-background);
|
background-color: var(--g-actions-background);
|
||||||
text-align: -webkit-center;
|
text-align: -webkit-center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 1.75rem;
|
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
@ -153,6 +152,8 @@
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
|
||||||
|
margin-right: 5px;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
@ -163,9 +164,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .side-header select {
|
& .side-header select {
|
||||||
padding: 0;
|
padding-right: 1.25rem;
|
||||||
padding-right: 1rem;
|
width: 50px;
|
||||||
width: 85px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& .date-range-highlight {
|
& .date-range-highlight {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user