Skip to content

Commit dc9d37e

Browse files
Do not target vue progressbar with server styles
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
1 parent b98860e commit dc9d37e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/css/inputs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ div.select2-container {
885885
}
886886

887887
/* Progressbar */
888-
progress {
888+
progress:not(.vue) {
889889
display: block;
890890
width: 100%;
891891
padding: 0;

0 commit comments

Comments
 (0)