Merge pull request #1409 from joelfmrodrigues/wc-update-full-width-styles
This commit is contained in:
commit
84253e8405
|
@ -51,6 +51,7 @@ Version|Date|Comments
|
||||||
1.1|February 05, 2020|Update to SPFx 1.10.0
|
1.1|February 05, 2020|Update to SPFx 1.10.0
|
||||||
1.2|June 04, 2020|Added full-width support
|
1.2|June 04, 2020|Added full-width support
|
||||||
1.3|July 07, 2020|Simplified web part
|
1.3|July 07, 2020|Simplified web part
|
||||||
|
1.4|July 28, 2020|Update styles to minimise toolbar overlap
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"solution": {
|
"solution": {
|
||||||
"name": "workbench-customizer-client-side-solution",
|
"name": "workbench-customizer-client-side-solution",
|
||||||
"id": "5d6f4a5a-9d2b-4a93-a283-16b8f5ea75d6",
|
"id": "5d6f4a5a-9d2b-4a93-a283-16b8f5ea75d6",
|
||||||
"version": "1.3.0.0",
|
"version": "1.4.0.0",
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"skipFeatureDeployment": true
|
"skipFeatureDeployment": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "workbench-customizer",
|
"name": "workbench-customizer",
|
||||||
"version": "0.0.1",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "workbench-customizer",
|
"name": "workbench-customizer",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
|
|
||||||
.ControlZone {
|
.ControlZone {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
.CanvasControlToolbar {
|
||||||
|
left: -32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue