Skip to content

Commit e558f63

Browse files
authored
teams-channel-picker display property for firefox bug (#831)
1 parent bc0609d commit e558f63

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/mgt-components/src/components/mgt-teams-channel-picker/mgt-teams-channel-picker.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
}
6262

6363
.search-wrapper {
64+
height: 14px;
6465
display: flex;
6566
flex-wrap: nowrap;
6667
align-items: center;
@@ -86,14 +87,18 @@
8687
}
8788
.team-chosen-input[contenteditable]:empty::after {
8889
content: attr(data-placeholder);
89-
display: inline-block;
9090
color: $placeholder__color;
9191
}
9292

9393
.search-icon {
9494
align-self: flex-start;
9595
font-family: 'FabricMDL2Icons';
9696
color: var(--accent-color, $commblue_primary);
97+
line-height: normal;
98+
}
99+
100+
.input-search {
101+
height: 19px;
97102
}
98103

99104
.input-search-start {

0 commit comments

Comments
 (0)