From 433253a27bb0d03660a0810ccf0c8c79eaa564ae Mon Sep 17 00:00:00 2001 From: leon-up9 <97597983+leon-up9@users.noreply.github.com> Date: Tue, 24 May 2022 12:09:13 +0300 Subject: [PATCH] font & padding change (#1108) Co-authored-by: Leon <> --- ui-common/src/components/UI/style/SelectList.module.sass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui-common/src/components/UI/style/SelectList.module.sass b/ui-common/src/components/UI/style/SelectList.module.sass index 94d14891f..b3aaa7c48 100644 --- a/ui-common/src/components/UI/style/SelectList.module.sass +++ b/ui-common/src/components/UI/style/SelectList.module.sass @@ -50,10 +50,9 @@ td color: $light-gray padding: 10px - font-size: 11px + font-size: 15px font-weight: 600 - padding-top: 5px - padding-bottom: 5px + padding: 10px .nowrap white-space: nowrap