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