summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-06-29 17:02:45 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-06-29 17:02:45 +0300
commit0902191ec6090bd4b78aa8f73fcef17b363ec04d (patch)
tree11d61ab3264abc3de19aae87ad1538311cebed22
parent13dbecefc6cfe8e8b0be966ad7852ea32aa4f3cf (diff)
downloadwebui-vue-0902191ec6090bd4b78aa8f73fcef17b363ec04d.tar.xz
fix virtual media
-rw-r--r--src/components/Global/FormFile.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/Global/FormFile.vue b/src/components/Global/FormFile.vue
index 18c542c3..907f3004 100644
--- a/src/components/Global/FormFile.vue
+++ b/src/components/Global/FormFile.vue
@@ -146,4 +146,10 @@ export default {
align-items: center;
justify-content: center;
}
+
+.custom-form-file-container {
+ label {
+ margin-bottom: 0;
+ }
+}
</style>