diff --git a/app/components/InputRich.js b/app/components/InputRich.js index 143249d3..7c3a29f6 100644 --- a/app/components/InputRich.js +++ b/app/components/InputRich.js @@ -78,6 +78,7 @@ class InputRich extends React.Component { } const StyledOutline = styled(Outline)` + display: block; padding: 8px 12px; min-height: ${({ minHeight }) => (minHeight ? `${minHeight}px` : "0")}; max-height: ${({ maxHeight }) => (maxHeight ? `${maxHeight}px` : "auto")};