fix: text overflow issue (#7270)
Changed label text to avoid overflow issue
This commit is contained in:
parent
3c0b33763e
commit
dbfc140f2b
|
|
@ -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> {selectedTable.label} </Bold>
|
selected
|
||||||
|
{pluginField.TABLE}
|
||||||
<TooltipWrapper>
|
<TooltipWrapper>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content="Only string values are allowed for searchable column"
|
content="Only string values are allowed for searchable column"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user