Skip to content

Commit 1dcc965

Browse files
authored
fix: missing underline when using spaceEqually for ProgressIndicator (#19213)
* fix: updating style rule to fix a component behavior fix spaceEqually causing wrong behavior within the ProgressIndicator component * refactor: change to css variables instead of hardcoded values
1 parent 84d0e93 commit 1dcc965

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,15 @@
18481848
"contributions": [
18491849
"code"
18501850
]
1851+
},
1852+
{
1853+
"login": "murito",
1854+
"name": "Francisco Alcalá",
1855+
"avatar_url": "https://avatars.githubusercontent.com/u/2628140?v=4",
1856+
"profile": "https://github.com/murito",
1857+
"contributions": [
1858+
"code"
1859+
]
18511860
}
18521861
],
18531862
"commitConvention": "none"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
336336
<td align="center"><a href="https://github.com/maisonsmd"><img src="https://avatars.githubusercontent.com/u/16435155?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Son H. Mai (Mason)</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=maisonsmd" title="Code">💻</a></td>
337337
<td align="center"><a href="https://github.com/warrenmblood"><img src="https://avatars.githubusercontent.com/u/69060697?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Warren Blood</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=warrenmblood" title="Code">💻</a></td>
338338
<td align="center"><a href="https://github.com/vcherneny"><img src="https://avatars.githubusercontent.com/u/11604315?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vlad Cherneny</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=vcherneny" title="Code">💻</a></td>
339+
<td align="center"><a href="https://github.com/murito"><img src="https://avatars.githubusercontent.com/u/2628140?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Francisco Alcalá</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=murito" title="Code">💻</a></td>
339340
</tr>
340341
</table>
341342

packages/styles/scss/components/progress-indicator/_progress-indicator.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ $progress-indicator-bar-width: 1px inset transparent !default;
8080

8181
.#{$prefix}--progress--space-equal .#{$prefix}--progress-text {
8282
overflow: hidden;
83+
padding: $spacing-01;
84+
margin: -$spacing-01;
8385
}
8486

8587
.#{$prefix}--progress-label {

0 commit comments

Comments
 (0)