Skip to content

Commit

Permalink
ui: forms - select options to wrap on large text
Browse files Browse the repository at this point in the history
Signed-off-by: pamfilos <pamfilosf@gmail.com>
  • Loading branch information
pamfilos committed Jul 27, 2023
1 parent 48707de commit 98c21bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/cap-react/src/antd/forms/Form.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
}
.layerListItem .ant-list-item-action li {
padding-right: 0;
background-color: blue;
}

.ant-select-item-error {
Expand All @@ -98,7 +97,10 @@
.rc-md-editor annotation {
display: none;
}


.ant-select-dropdown .ant-select-item-option-content {
white-space: break-spaces;
}
}

.__PublishedForm__ {
Expand Down

0 comments on commit 98c21bb

Please sign in to comment.