fix: multi level sort number being cut

This commit is contained in:
Rafael Taranto 2025-05-26 13:48:16 +01:00
parent 0e7aa6006c
commit 1ead9fe359

View file

@ -11,13 +11,11 @@ import {
} from '../../styling/variables'
const base = {
lineHeight: '120%',
color: fontColor,
}
export default {
base: {
lineHeight: '120%',
color: fontColor,
},
h1: {