mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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
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