@innovastudio/contentbuilder 1.0.86 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
- "version": "1.0.86",
3
+ "version": "1.0.89",
4
4
  "description": "",
5
5
  "main": "public/contentbuilder/contentbuilder.esm.js",
6
6
  "files": [
@@ -2170,6 +2170,20 @@ button:focus {
2170
2170
  .is-ui .is-modal.columnsettings .div-content-height button svg {
2171
2171
  flex: none;
2172
2172
  }
2173
+ #_cbhtml .is-modal.columnsettings .div-content-padding-pos,
2174
+ .is-ui .is-modal.columnsettings .div-content-padding-pos {
2175
+ display: flex;
2176
+ }
2177
+ #_cbhtml .is-modal.columnsettings .div-content-padding-pos button,
2178
+ .is-ui .is-modal.columnsettings .div-content-padding-pos button {
2179
+ width: 75px;
2180
+ padding-left: 15px;
2181
+ padding-right: 15px;
2182
+ }
2183
+ #_cbhtml .is-modal.columnsettings .div-content-padding-pos button svg,
2184
+ .is-ui .is-modal.columnsettings .div-content-padding-pos button svg {
2185
+ flex: none;
2186
+ }
2173
2187
  #_cbhtml .is-modal.columnsettings .div-content-textcolor,
2174
2188
  .is-ui .is-modal.columnsettings .div-content-textcolor {
2175
2189
  display: flex;