From fc68d0944f6ba3b01efeac4bacd3faded6ea3f6b Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 22 Dec 2023 09:57:27 -0300 Subject: [PATCH] frontend: ever so slightly improve /issues/ --- twenty-frontend/src/css/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/twenty-frontend/src/css/main.scss b/twenty-frontend/src/css/main.scss index 2b5cb8f..07298e3 100644 --- a/twenty-frontend/src/css/main.scss +++ b/twenty-frontend/src/css/main.scss @@ -55,4 +55,9 @@ header { textarea { height: 100%; } } } + ul { + margin: 0; + padding: 0; + list-style-type: none; + } }