This commit is contained in:
parent
87b6d76c32
commit
5c03167948
|
|
@ -32,6 +32,10 @@ input.form-control {
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
input.form-control.input-sm {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.chart-header a.danger {
|
||||
color: red;
|
||||
}
|
||||
|
|
@ -346,11 +350,10 @@ iframe {
|
|||
.Select-multi-value-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.Select-value {
|
||||
line-height: 1.2;
|
||||
height: 23px;
|
||||
}
|
||||
|
||||
.Select-input > input {
|
||||
|
|
|
|||
Loading…
Reference in New Issue