@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
21 lines • 515 B
CSS
/*
Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.modernTaxonomyPicker .termField {
align-items: center;
border-spacing: 0;
display: flex;
width: 100%;
}
.modernTaxonomyPicker .termField .termFieldInput {
flex-grow: 1;
}
.modernTaxonomyPicker .termField .termFieldButton {
text-align: center;
width: 42px;
}
.modernTaxonomyPicker .termField input[type=text] {
cursor: pointer;
opacity: 0.8;
width: 100%;
}