ソースを参照

Fixed bug 2014

bugfix/1928
jovan.cirkovic 3年前
コミット
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;
}
& * {

読み込み中…
キャンセル
保存