@acorex/styles 20.2.0-next.4 → 20.2.0-next.5

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.
@@ -185,6 +185,10 @@
185
185
  .ax-editor-button {
186
186
  font-size: var(--ax-comp-editor-button-font-size, var(--ax-comp-editor-font-size));
187
187
  height: var(--ax-comp-editor-button-height, 100%);
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: center;
191
+ min-width: 1.5rem;
188
192
  }
189
193
 
190
194
  // .ax-editor-button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "20.2.0-next.4",
3
+ "version": "20.2.0-next.5",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",