Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/css/inputs.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 69d9d773c05..4f73696d264 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -885,7 +885,7 @@ div.select2-container {
}
/* Progressbar */
-progress {
+progress:not(.vue) {
display: block;
width: 100%;
padding: 0;