diff --git a/ui/cap-react/src/antd/forms/Form.less b/ui/cap-react/src/antd/forms/Form.less index 3f2445b47..eb21eebcb 100644 --- a/ui/cap-react/src/antd/forms/Form.less +++ b/ui/cap-react/src/antd/forms/Form.less @@ -84,7 +84,6 @@ } .layerListItem .ant-list-item-action li { padding-right: 0; - background-color: blue; } .ant-select-item-error { @@ -98,7 +97,10 @@ .rc-md-editor annotation { display: none; } - + + .ant-select-dropdown .ant-select-item-option-content { + white-space: break-spaces; + } } .__PublishedForm__ {