From a39d83a4af6369e3dd9252f289d366bc61881c4b Mon Sep 17 00:00:00 2001 From: rtrinh Date: Fri, 20 Dec 2024 16:36:11 +0700 Subject: [PATCH] chore(ui): add space to the left side of the file uploaded component (ENG-59695) --- less/main.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/less/main.less b/less/main.less index e8c5a1d..b3937ea 100644 --- a/less/main.less +++ b/less/main.less @@ -34,14 +34,16 @@ picture { max-width: 100%; display: block; } - html, -body, -p { +body { @root-font(); margin: 0; } +p { + @root-font(); +} + body { min-height: 100vh; display: flex;