UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

16 lines 375 B
/* 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 !important; margin-right: 10px; } .teamListItem .title { line-height: 28px; overflow: hidden; text-overflow: ellipsis; }