Skip to content

Commit

Permalink
fix(DropDown): Layout problem
Browse files Browse the repository at this point in the history
BUG 146917
  • Loading branch information
albert-dm committed Aug 8, 2019
1 parent 6e03c4a commit 4b7cc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/dropdownItem/DropdownItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $dropdown-padding: 10px;
}

.dropdown-align-left {
left: -$dropdown-padding*2.5;
left: -$dropdown-padding;

&:before { left: $dropdown-padding; }
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/dropdownItem/DropdownItemView.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="dropdown-item-content z-2 {{$ctrl.directionClass}} {{$ctrl.auxClasses}}"
ng-transclude></div>
<span ng-click="$ctrl.toggleOpen($event)"
class="{{$ctrl.buttonClasses}}">
class="{{$ctrl.buttonClasses}} flex">
<div bind-html-compile="$ctrl.itemTitle"></div>
<icon-dpr ng-if="$ctrl.customIcon"
icon-class="{{$ctrl.customIcon}}"></icon-dpr>
Expand Down

0 comments on commit 4b7cc0a

Please sign in to comment.