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.
1 parent bc0609d commit e558f63Copy full SHA for e558f63
packages/mgt-components/src/components/mgt-teams-channel-picker/mgt-teams-channel-picker.scss
@@ -61,6 +61,7 @@
61
}
62
63
.search-wrapper {
64
+ height: 14px;
65
display: flex;
66
flex-wrap: nowrap;
67
align-items: center;
@@ -86,14 +87,18 @@
86
87
88
.team-chosen-input[contenteditable]:empty::after {
89
content: attr(data-placeholder);
- display: inline-block;
90
color: $placeholder__color;
91
92
93
.search-icon {
94
align-self: flex-start;
95
font-family: 'FabricMDL2Icons';
96
color: var(--accent-color, $commblue_primary);
97
+ line-height: normal;
98
+ }
99
+
100
+ .input-search {
101
+ height: 19px;
102
103
104
.input-search-start {
0 commit comments