diff --git a/ui/scss/core/components/_gear_picker.scss b/ui/scss/core/components/_gear_picker.scss index 11eba86645..71492dc8e8 100644 --- a/ui/scss/core/components/_gear_picker.scss +++ b/ui/scss/core/components/_gear_picker.scss @@ -216,12 +216,6 @@ padding: 0; } -.selector-modal-list-label-cell { - flex: 1; - display: flex; - align-items: center; -} - // TODO: Move all of these to a shared file, as they're used in other places too .selector-modal-list-item { padding: .5rem; @@ -247,6 +241,16 @@ } } + .selector-modal-list-item-link { + display: flex; + } + + .selector-modal-list-label-cell { + flex: 1; + display: flex; + align-items: center; + } + .selector-modal-list-item-icon { @include wowhead-background-icon; width: 3rem;