Skip to content

Commit 4c33f4d

Browse files
alp87488Roman Ivanov
andauthored
SITES-23664: Incorrect percentage format in Template Editor > "Progress Bar" components (#2976)
Co-authored-by: Roman Ivanov <[email protected]>
1 parent 7622ff6 commit 4c33f4d

File tree

1 file changed

+11
-0
lines changed
  • examples/ui.apps/src/content/jcr_root/apps/core-components-examples/clientlibs/clientlib-site/styles/components

1 file changed

+11
-0
lines changed

examples/ui.apps/src/content/jcr_root/apps/core-components-examples/clientlibs/clientlib-site/styles/components/progressbar.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,14 @@
5454
background-color: rgb(46,108,163);
5555
}
5656
}
57+
58+
:lang(de), :lang(es), :lang(fr) {
59+
.cmp-progressbar {
60+
.cmp-progressbar__label--completed:after {
61+
content: ' %';
62+
}
63+
.cmp-progressbar__label--remaining:after {
64+
content: ' %';
65+
}
66+
}
67+
}

0 commit comments

Comments
 (0)