mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #21810 from nextcloud/do-not-target-vue-progress-bar-with-server-styles
Do not target vue progressbar with server styles
This commit is contained in:
commit
a4ed9e7b48
1 changed files with 1 additions and 1 deletions
|
|
@ -885,7 +885,7 @@ div.select2-container {
|
|||
}
|
||||
|
||||
/* Progressbar */
|
||||
progress {
|
||||
progress:not(.vue) {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue