Fix rule handler dropdown height
parent
a943e590c7
commit
c09fd1f4fa
|
@ -126,6 +126,7 @@ $rule-builder--radius-lg: 5px;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generic re-usable classes for rule builder sections
|
// Generic re-usable classes for rule builder sections
|
||||||
.rule-section--border-top {
|
.rule-section--border-top {
|
||||||
border-top: 2px solid $rule-builder--section-border;
|
border-top: 2px solid $rule-builder--section-border;
|
||||||
|
@ -423,6 +424,9 @@ $rule-builder--radius-lg: 5px;
|
||||||
.rule-message--add-endpoint {
|
.rule-message--add-endpoint {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
.rule-message--add-endpoint .dropdown-menu {
|
||||||
|
max-height: 229px;
|
||||||
|
}
|
||||||
|
|
||||||
.endpoint-tabs {
|
.endpoint-tabs {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|
Loading…
Reference in New Issue