fix: style overflow due to user content (#355)
This commit is contained in:
parent
3b6b83ae7a
commit
7a07d21b76
16 changed files with 50 additions and 26 deletions
|
@ -53,7 +53,9 @@ export default defineConfig({
|
|||
presetIcons({
|
||||
scale: 1.2,
|
||||
extraProperties: {
|
||||
color: 'inherit',
|
||||
'color': 'inherit',
|
||||
// Avoid crushing of icons in crowded situations
|
||||
'min-width': '1.2em',
|
||||
},
|
||||
}),
|
||||
presetTypography(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue