Kaynağa Gözat

Fix variableChildrenHeight

Remove extra class name.
master
TheoryOfNekomata 10 ay önce
ebeveyn
işleme
8a240dc03d
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +1
    -1
      categories/web/action/react/src/components/ActionButton/index.tsx
  2. +1
    -1
      categories/web/navigation/react/src/components/LinkButton/index.tsx

+ 1
- 1
categories/web/action/react/src/components/ActionButton/index.tsx Dosyayı Görüntüle

@@ -115,7 +115,7 @@ export const ActionButton = React.forwardRef<ActionButtonDerivedElement, ActionB
> >
<span <span
className={clsx( className={clsx(
'block uppercase font-bold h-[1.1em] w-full whitespace-nowrap overflow-hidden text-ellipsis font-semi-expanded',
'block uppercase font-bold w-full whitespace-nowrap overflow-hidden text-ellipsis font-semi-expanded',
{ {
'h-[1.1em]': !variableChildrenHeight, 'h-[1.1em]': !variableChildrenHeight,
}, },


+ 1
- 1
categories/web/navigation/react/src/components/LinkButton/index.tsx Dosyayı Görüntüle

@@ -125,7 +125,7 @@ export const LinkButton = React.forwardRef<LinkButtonDerivedElement, LinkButtonP
> >
<span <span
className={clsx( className={clsx(
'block uppercase font-bold h-[1.1em] w-full whitespace-nowrap overflow-hidden text-ellipsis font-semi-expanded',
'block uppercase font-bold w-full whitespace-nowrap overflow-hidden text-ellipsis font-semi-expanded',
{ {
'h-[1.1em]': !variableChildrenHeight, 'h-[1.1em]': !variableChildrenHeight,
}, },


Yükleniyor…
İptal
Kaydet