wca-designsystem 1.0.29 → 1.0.30

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,5 +1,5 @@
1
1
  {
2
- "version": "1.0.29",
2
+ "version": "1.0.30",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -148,8 +148,10 @@ export const PassoSteep = styled(Stepper)<PassosWrapperProps>`
148
148
  text-overflow: ellipsis;
149
149
  overflow: hidden;
150
150
  -webkit-line-clamp: 2;
151
- display: -webkit-box;
152
151
  -webkit-box-orient: vertical;
152
+ display: flex;
153
+ align-items: center;
154
+ min-height: 32px;
153
155
  }
154
156
 
155
157
  .label-fixo {