diff --git a/packages/core/admin/admin/src/content-manager/components/DynamicTable/CellContent/RelationMultiple/tests/__snapshots__/index.test.js.snap b/packages/core/admin/admin/src/content-manager/components/DynamicTable/CellContent/RelationMultiple/tests/__snapshots__/index.test.js.snap index ec6536a4c6..ff05d7fdec 100644 --- a/packages/core/admin/admin/src/content-manager/components/DynamicTable/CellContent/RelationMultiple/tests/__snapshots__/index.test.js.snap +++ b/packages/core/admin/admin/src/content-manager/components/DynamicTable/CellContent/RelationMultiple/tests/__snapshots__/index.test.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`DynamicTabe / Cellcontent / RelationMultiple renders and matches the snapshot 1`] = ` -.c12 { +.c13 { border: 0; -webkit-clip: rect(0 0 0 0); clip: rect(0 0 0 0); @@ -14,13 +14,13 @@ exports[`DynamicTabe / Cellcontent / RelationMultiple renders and matches the sn } .c7 { - background: #f6f6f9; - padding: 4px; - border-radius: 4px; + background: #eaeaef; + padding-right: 8px; + padding-left: 8px; min-width: 20px; } -.c10 { +.c11 { padding-left: 8px; } @@ -68,7 +68,7 @@ exports[`DynamicTabe / Cellcontent / RelationMultiple renders and matches the sn color: #32324d; } -.c9 { +.c10 { font-weight: 600; font-size: 0.6875rem; line-height: 1.45; @@ -209,7 +209,7 @@ exports[`DynamicTabe / Cellcontent / RelationMultiple renders and matches the sn fill: #8e8ea9; } -.c11 { +.c12 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -220,7 +220,7 @@ exports[`DynamicTabe / Cellcontent / RelationMultiple renders and matches the sn align-items: center; } -.c11 svg { +.c12 svg { height: 4px; width: 6px; } @@ -229,6 +229,11 @@ exports[`DynamicTabe / Cellcontent / RelationMultiple renders and matches the sn padding: 4px 12px; } +.c9 { + border-radius: 4px; + height: 1.5rem; +} +