Skip to content

Commit 7f86c92

Browse files
authored
Merge pull request #533 from IABTechLab/ajy-UID2-3498-Participant-switcher-UX-improvements
Participant Switcher UX Improvements
2 parents f008cfe + 3972565 commit 7f86c92

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/web/components/Navigation/ParticipantSwitcher.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@
1313
.select-dropdown-checkbox-item {
1414
justify-content: flex-start;
1515
padding-left: 10px;
16-
height: 40px;
16+
height: 100%;
17+
min-height: 40px;
18+
}
19+
20+
.select-dropdown-trigger {
21+
display: flex;
22+
align-items: center;
23+
text-align: left;
24+
width: 190px;
25+
justify-content: space-between;
1726
}
1827

1928
.participant-name {

0 commit comments

Comments
 (0)