@phoenix-cg/v-tabs 0.1.31 → 0.1.32

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": "@phoenix-cg/v-tabs",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -196,6 +196,7 @@ export default {
196
196
  .v-tabs-wrap {
197
197
  position: relative;
198
198
  display: inline-flex;
199
+ max-width: 100%;
199
200
  }
200
201
  .v-tabs {
201
202
  position: relative;