Skip to content

Commit 9cf5071

Browse files
committed
chore: update upload diffs
1 parent 2341bfa commit 9cf5071

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • packages/next/src/views/Version/RenderFieldsToDiff/fields/Upload

packages/next/src/views/Version/RenderFieldsToDiff/fields/Upload/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
padding: var(--spacer-2) var(--spacer-2-5);
1515
}
1616

17+
.upload-diff-container .field-diff-content > .html-diff__diff-old {
18+
padding-left: 0;
19+
}
20+
21+
.upload-diff-container .field-diff-content > .html-diff__diff-new {
22+
padding-right: 0;
23+
}
24+
1725
@media (max-width: 768px) {
1826
/* Stack hasMany columns vertically */
1927
.upload-diff-container--hasMany .field-diff-content {

0 commit comments

Comments
 (0)