my-orders-tickets-widget 1.0.0-beta.34 → 1.0.0-beta.35

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.
Files changed (2) hide show
  1. package/dist/index.css +3 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -154,10 +154,11 @@ html[data-theme="DARK"] {
154
154
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/WidgetTabs/styles.module.scss ***!
155
155
  \***********************************************************************************************************************************************************************************************/
156
156
  .tabWrapper___u21sG {
157
- height: 40px;
157
+ height: auto;
158
158
  font-size: 14px;
159
159
  padding: 0 2.5rem;
160
- margin-bottom: 4.8rem; }
160
+ margin-bottom: 4.8rem;
161
+ overflow: hidden; }
161
162
  .tabWrapper___u21sG .tabOption___H4H1u {
162
163
  position: relative;
163
164
  display: inline-block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "my-orders-tickets-widget",
3
- "version": "1.0.0-beta.34",
3
+ "version": "1.0.0-beta.35",
4
4
  "main": "index.js",
5
5
  "author": "smarcet <smarcet@gmail.com>",
6
6
  "license": "Apache-2.0",