Explorar el Código

Fixed bug 2014

bugfix/2014
jovan.cirkovic hace 3 años
padre
commit
ff14678f9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/components/RichTextComponent/RichTextComponent.styled.js

+ 1
- 1
src/components/RichTextComponent/RichTextComponent.styled.js Ver fichero

@@ -56,7 +56,7 @@ export const EditableContainer = styled(Box)`
export const EditableInnerContainer = styled(Box)`
padding: ${(props) => (props?.readOnly ? "0" : "10px 16px 0 16px")};
& > div {
height: 90px;
${(props) => !props.readOnly && `height: 90px;`}
min-height: 84px;
}
& * {

Cargando…
Cancelar
Guardar