Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Fix UserIndicator CssLayout style #666
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaurite committed Oct 4, 2021
1 parent 74e2edf commit c719782
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
@if $jmix-sidemenu-layout-collapse-enabled == false {
width: $jmix-sidemenu-layout-expanded-width - 2 * $v-unit-size;
}

.jmix-user-select-combobox {
width: 100%;
}
}
}

Expand Down

0 comments on commit c719782

Please sign in to comment.