@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
16 lines • 375 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
*/
.teamListItem {
display: flex;
white-space: nowrap;
}
.teamListItem .checkbox {
display: inline-block ;
margin-right: 10px;
}
.teamListItem .title {
line-height: 28px;
overflow: hidden;
text-overflow: ellipsis;
}