We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb4fca commit 3478fd5Copy full SHA for 3478fd5
1 file changed
packages/vaadin-lumo-styles/src/components/progress-bar.css
@@ -7,7 +7,7 @@
7
:host {
8
display: block;
9
width: 100%; /* prevent collapsing inside non-stretching column flex */
10
- height: calc(var(--lumo-size-l) / 10);
+ height: round(var(--lumo-size-l) / 10, 1px);
11
margin: var(--lumo-space-s) 0;
12
}
13
0 commit comments