Skip to content

Commit

Permalink
Fix user label splitting on small viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Nov 21, 2022
1 parent e717cb5 commit fcc6005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/less/backoffice/RelationshipSelect.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
}

.UserRelationshipSelect {
// Prevent the input from spanning too many lines if avatar and username split
.RelationshipSelect-Selected {
white-space: nowrap;
}

.Avatar {
.Avatar--size(24px);
margin-right: 5px;
Expand Down

0 comments on commit fcc6005

Please sign in to comment.