Skip to content

Commit cd7f1fd

Browse files
authored
Remove padding/border-radius on image diffs (#12346)
1 parent 63e5bf6 commit cd7f1fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/less/_repository.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@
440440
}
441441

442442
img {
443-
padding: 5px 5px 0;
443+
padding: 0;
444+
border-radius: 0;
444445
}
445446
}
446447

0 commit comments

Comments
 (0)