Commit cea9069e authored by Sam Beckham's avatar Sam Beckham

Fixes alignment issues with the filter bar

parent 07167f89
...@@ -135,11 +135,12 @@ ...@@ -135,11 +135,12 @@
.dropdown-menu-toggle { .dropdown-menu-toggle {
@extend .dropdown-toggle; @extend .dropdown-toggle;
justify-content: flex-start;
overflow: hidden;
padding-right: 25px; padding-right: 25px;
position: relative; position: relative;
width: 160px;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; width: 160px;
.fa { .fa {
position: absolute; position: absolute;
...@@ -379,9 +380,10 @@ ...@@ -379,9 +380,10 @@
> button, > button,
> .gl-button { > .gl-button {
display: flex; display: flex;
justify-content: flex-start;
margin: 0; margin: 0;
text-overflow: inherit;
text-align: left; text-align: left;
text-overflow: inherit;
&.btn .fa:not(:last-child) { &.btn .fa:not(:last-child) {
margin-left: 5px; margin-left: 5px;
......
...@@ -290,14 +290,14 @@ ...@@ -290,14 +290,14 @@
flex-direction: column; flex-direction: column;
} }
.filtered-search-history-dropdown-toggle-button { .filtered-search-history-dropdown-toggle-button.gl-button {
flex: 1;
width: auto;
border-radius: $border-radius-default 0 0 $border-radius-default; border-radius: $border-radius-default 0 0 $border-radius-default;
border: 0;
border-right: 1px solid $border-color; border-right: 1px solid $border-color;
box-shadow: none;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
flex: 1;
transition: color 0.1s linear; transition: color 0.1s linear;
width: auto;
&:hover, &:hover,
&:focus { &:focus {
...@@ -338,12 +338,6 @@ ...@@ -338,12 +338,6 @@
} }
} }
.filter-dropdown-container {
.dropdown-toggle {
line-height: 22px;
}
}
@include media-breakpoint-down(sm) { @include media-breakpoint-down(sm) {
.issues-details-filters, .issues-details-filters,
.epics-details-filters { .epics-details-filters {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment