Explorar el Código

Fix variableChildrenHeight

Remove extra class name.
master
TheoryOfNekomata hace 10 meses
padre
commit
8a240dc03d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

@@ -115,7 +115,7 @@ export const ActionButton = React.forwardRef<ActionButtonDerivedElement, ActionB
>
<span
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,
},


+ 1
- 1
categories/web/navigation/react/src/components/LinkButton/index.tsx Ver fichero

@@ -125,7 +125,7 @@ export const LinkButton = React.forwardRef<LinkButtonDerivedElement, LinkButtonP
>
<span
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,
},


Cargando…
Cancelar
Guardar