Do not target vue progressbar with server styles

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2020-07-13 15:42:29 +02:00
parent b98860eeb3
commit dc9d37e7f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;