@nakashim/tp-custom 0.1.15 → 0.1.16

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.
@@ -149,6 +149,9 @@
149
149
  .tp-custom .tp-fldv_b {
150
150
  padding-left: var(--tp-c-container-padding-inline);
151
151
  }
152
+ .tp-custom .tp-tabv {
153
+ overflow: hidden;
154
+ }
152
155
  .tp-custom .tp-tabv_t {
153
156
  padding-bottom: 1px;
154
157
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nakashim/tp-custom",
3
3
  "private": false,
4
- "version": "0.1.15",
4
+ "version": "0.1.16",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "./dist/lib/index.js",