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 && (
<SelectWrapper width={DROPDOWN_DIMENSION.WIDTH}>
<Row>
Select a searchable {pluginField.COLUMN} from
<Bold> &nbsp;{selectedTable.label} </Bold>
Select a searchable {pluginField.COLUMN} from the
selected&nbsp;
{pluginField.TABLE}
<TooltipWrapper>
<Tooltip
content="Only string values are allowed for searchable column"