@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
19 lines (18 loc) • 385 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
*/
.codeFieldTable {
border-spacing: 0;
width: 100%;
}
.codeFieldTable .codeFieldRow {
vertical-align: initial;
}
.codeFieldTable input[type=text] {
cursor: pointer;
opacity: 0.8;
width: 100%;
}
.actions button {
margin-right: 15px;
}