ywana-core8 0.2.13 → 0.2.14

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.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -158,9 +158,7 @@ export const Workspace = ({ children }) => {
158
158
  toolbar={window.toolbar}
159
159
  statusBar={window.statusBar}
160
160
  >
161
- <div style={{ padding: '16px' }}>
162
- {window.content}
163
- </div>
161
+ {window.content}
164
162
  </Window>
165
163
  ))}
166
164
  </div>
@@ -149,6 +149,7 @@
149
149
  .window__content {
150
150
  flex: 1;
151
151
  background: white;
152
+ overflow: hidden;
152
153
  }
153
154
 
154
155
  /* Status Bar */