eoss-ui 0.7.16 → 0.7.17

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.
@@ -262,6 +262,8 @@ div.es-input__inner {
262
262
  .es-table-form {
263
263
  margin-bottom: 24px;
264
264
  border: $--border-base;
265
+ width: 100%;
266
+ table-layout: fixed;
265
267
  .es-table-caption {
266
268
  text-align: left;
267
269
  font-size: 15px;
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.7.16',
128
+ version: '0.7.17',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,