Skip to content

Commit

Permalink
Fix performer disambiguation styling
Browse files Browse the repository at this point in the history
  • Loading branch information
DingDongSoLong4 committed Jan 27, 2024
1 parent b998e3e commit 2c98b6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ui/v2.5/src/components/Performers/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@
}

.performer-select {
.performer-disambiguation {
white-space: pre;
}

.alias {
font-weight: bold;
white-space: pre;
Expand Down
2 changes: 1 addition & 1 deletion ui/v2.5/src/components/Shared/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,6 @@ div.react-datepicker {
}

.react-select-image-option {
align-items: center;
align-items: baseline;
display: flex;
}

0 comments on commit 2c98b6e

Please sign in to comment.