fix: multi level sort number being cut
This commit is contained in:
parent
0e7aa6006c
commit
1ead9fe359
1 changed files with 0 additions and 2 deletions
|
|
@ -11,13 +11,11 @@ import {
|
||||||
} from '../../styling/variables'
|
} from '../../styling/variables'
|
||||||
|
|
||||||
const base = {
|
const base = {
|
||||||
lineHeight: '120%',
|
|
||||||
color: fontColor,
|
color: fontColor,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
base: {
|
base: {
|
||||||
lineHeight: '120%',
|
|
||||||
color: fontColor,
|
color: fontColor,
|
||||||
},
|
},
|
||||||
h1: {
|
h1: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue