very minor padding adjustments (#1420)

This commit is contained in:
Gil Greenberg
2018-06-13 12:49:32 -04:00
committed by Shawn Erquhart
parent 40327e22aa
commit 042e23885f
5 changed files with 14 additions and 4 deletions

View File

@ -56,6 +56,7 @@
.nc-controlPane-root {
max-width: 800px;
margin: 0 auto;
padding-bottom: 16px;
& p {
font-size: 16px;

View File

@ -61,7 +61,7 @@
}
.nc-entryEditor-controlPane {
padding: 0 16px 16px;
padding: 0 16px;
position: relative;
overflow-x: hidden;
}

View File

@ -1,5 +1,5 @@
.nc-objectControl-root {
padding: 0 14px;
padding: 0 14px 14px;
}
.nc-objectControl-topBar {