From 1ead9fe359959200723835acacf775d743568832 Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Mon, 26 May 2025 13:48:16 +0100 Subject: [PATCH] fix: multi level sort number being cut --- packages/admin-ui/src/components/typography/styles.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/admin-ui/src/components/typography/styles.js b/packages/admin-ui/src/components/typography/styles.js index 88ca9490..dc60889d 100644 --- a/packages/admin-ui/src/components/typography/styles.js +++ b/packages/admin-ui/src/components/typography/styles.js @@ -11,13 +11,11 @@ import { } from '../../styling/variables' const base = { - lineHeight: '120%', color: fontColor, } export default { base: { - lineHeight: '120%', color: fontColor, }, h1: {