File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .label {
2+ /* wait for: https://github.com/mantinedev/mantine/issues/8788 */
3+ text-box-trim : none !important ;
4+ text-box-edge : auto !important ;
5+ }
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import { createStyles } from '@mantine/emotion'
2020import { useLocalStorage , useMediaQuery } from '@mantine/hooks'
2121import { useEffect , useState } from 'react'
2222import { useConfig } from '@Hooks/useConfig'
23+ import badgeClasses from '@Styles/Badge.module.css'
2324import tooltipClasses from '@Styles/Tooltip.module.css'
2425
2526const CustomTheme : MantineThemeOverride = {
@@ -146,6 +147,7 @@ const CustomTheme: MantineThemeOverride = {
146147 defaultProps : {
147148 variant : 'outline' ,
148149 } ,
150+ classNames : badgeClasses ,
149151 } ) ,
150152 Tabs : Tabs . extend ( {
151153 styles : {
You can’t perform that action at this time.
0 commit comments