Fix rule handler dropdown height

pull/10616/head
deniz kusefoglu 2017-12-08 19:38:07 -08:00
parent a943e590c7
commit c09fd1f4fa
1 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,7 @@ $rule-builder--radius-lg: 5px;
display: none;
}
}
// Generic re-usable classes for rule builder sections
.rule-section--border-top {
border-top: 2px solid $rule-builder--section-border;
@ -423,6 +424,9 @@ $rule-builder--radius-lg: 5px;
.rule-message--add-endpoint {
margin-left: 4px;
}
.rule-message--add-endpoint .dropdown-menu {
max-height: 229px;
}
.endpoint-tabs {
width: 150px;