jovan.cirkovic 3 лет назад
Родитель
Сommit
698c754bc2
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      src/components/RichTextComponent/RichTextComponent.styled.js

+ 2
- 1
src/components/RichTextComponent/RichTextComponent.styled.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить