ywana-core8 0.0.258 → 0.0.259

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": "ywana-core8",
3
- "version": "0.0.258",
3
+ "version": "0.0.259",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -124,6 +124,7 @@
124
124
  height: 100%;
125
125
  padding: 0.5rem;
126
126
  display: flex;
127
+ flex-direction: column;
127
128
  justify-content: center;
128
129
  align-items: center;
129
130
  border-right: dotted 1px var(--divider-color);