Do not target vue progressbar with server styles
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
parent
b98860eeb3
commit
dc9d37e7f8
|
@ -885,7 +885,7 @@ div.select2-container {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Progressbar */
|
/* Progressbar */
|
||||||
progress {
|
progress:not(.vue) {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue