@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
30 lines • 631 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
*/
.siteListItem {
display: flex;
white-space: nowrap;
align-items: center;
}
.siteListItem .checkbox {
display: inline-block ;
margin-right: 4px;
}
.siteListItem .content {
display: flex;
flex-direction: column;
min-width: 0;
padding: 4px 0;
}
.siteListItem .title {
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
}
.siteListItem .url {
font-size: 12px;
line-height: 14px;
font-weight: 300;
overflow: hidden;
text-overflow: ellipsis;
}