Skip to content

Commit 9a3c6ec

Browse files
authored
Merge pull request #859 from contentstack/fix/CMG-726
Add flexbox layout to table rows in ContentMapper
2 parents ad7a762 + fc27d97 commit 9a3c6ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ui/src/components/ContentMapper/index.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,3 +414,16 @@ div .table-row {
414414
margin: 0 auto;
415415
}
416416
}
417+
418+
.table-row {
419+
display: flex;
420+
align-items: center;
421+
gap: 8px;
422+
}
423+
.table-row .select {
424+
flex: 1;
425+
}
426+
.advanced-setting-button,
427+
.table-row button {
428+
flex-shrink: 0;
429+
}

0 commit comments

Comments
 (0)