fix: text overflow issue (#7270)

Changed label text to avoid overflow issue
This commit is contained in:
Rishabh Rathod 2021-09-10 20:13:17 +05:30 committed by GitHub
parent 3c0b33763e
commit dbfc140f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,8 +648,9 @@ function GeneratePageForm() {
{showSearchableColumn && ( {showSearchableColumn && (
<SelectWrapper width={DROPDOWN_DIMENSION.WIDTH}> <SelectWrapper width={DROPDOWN_DIMENSION.WIDTH}>
<Row> <Row>
Select a searchable {pluginField.COLUMN} from Select a searchable {pluginField.COLUMN} from the
<Bold> &nbsp;{selectedTable.label} </Bold> selected&nbsp;
{pluginField.TABLE}
<TooltipWrapper> <TooltipWrapper>
<Tooltip <Tooltip
content="Only string values are allowed for searchable column" content="Only string values are allowed for searchable column"