Skip to content

Commit 8475d11

Browse files
committed
fix: trocar alinhamento de "start" para "initial" quando a prop textLeft está ativa
1 parent 942c672 commit 8475d11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sysvale/cuida",
3-
"version": "3.133.0",
3+
"version": "3.133.1",
44
"description": "A design system built by Sysvale, using storybook and Vue components",
55
"repository": {
66
"type": "git",

src/components/ProgressBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ watch(() => props.value, () => {
157157
}
158158
159159
&__left {
160-
align-items: start;
160+
align-items: initial;
161161
}
162162
}
163163
</style>

0 commit comments

Comments
 (0)