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