We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f008cfe + 3972565 commit 7f86c92Copy full SHA for 7f86c92
src/web/components/Navigation/ParticipantSwitcher.scss
@@ -13,7 +13,16 @@
13
.select-dropdown-checkbox-item {
14
justify-content: flex-start;
15
padding-left: 10px;
16
- height: 40px;
+ 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;
26
}
27
28
.participant-name {
0 commit comments