Skip to content
Snippets Groups Projects
Unverified Commit a4ed9e7b authored by marco's avatar marco Committed by GitHub
Browse files

Merge pull request #21810 from nextcloud/do-not-target-vue-progress-bar-with-server-styles

Do not target vue progressbar with server styles
parents 2f074d73 dc9d37e7
No related branches found
No related tags found
No related merge requests found
......@@ -885,7 +885,7 @@ div.select2-container {
}
/* Progressbar */
progress {
progress:not(.vue) {
display: block;
width: 100%;
padding: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment