From 7a6e1983e4fb4e1ebf6c789884fa29acea676869 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Mon, 22 Aug 2022 17:55:12 +0300 Subject: SILABMC-276 fix radio button, checkbox in tables, form file container --- src/components/_sila/Global/FormFile.vue | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components') 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; + } +} -- cgit v1.2.3