summaryrefslogtreecommitdiff
path: root/src/components/_sila/Global
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-08-22 17:55:12 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-08-22 17:55:12 +0300
commit7a6e1983e4fb4e1ebf6c789884fa29acea676869 (patch)
tree9d96175c28573915cedfefa4e759e0e410f14e43 /src/components/_sila/Global
parent372fdddf17692b8becaa07eabc5698af0186f70e (diff)
downloadwebui-vue-7a6e1983e4fb4e1ebf6c789884fa29acea676869.tar.xz
SILABMC-276 fix radio button, checkbox in tables, form file container
Diffstat (limited to 'src/components/_sila/Global')
-rw-r--r--src/components/_sila/Global/FormFile.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/_sila/Global/FormFile.vue b/src/components/_sila/Global/FormFile.vue
index 686c9a09..874b4ebd 100644
--- a/src/components/_sila/Global/FormFile.vue
+++ b/src/components/_sila/Global/FormFile.vue
@@ -143,4 +143,10 @@ export default {
background-color: $surface-secondary;
border-radius: 0 0 16px 16px;
}
+
+.custom-form-file-container {
+ label {
+ margin-left: 0px !important;
+ }
+}
</style>