Skip to content

Commit ad7475d

Browse files
authored
Fix inconsistent padding on review history (#22932)
* Fix inconsistent padding on review history * remove margin * use margin 0
1 parent 373a9dc commit ad7475d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

static/css/zamboni/reviewers.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,11 @@ div.reviewer-stats-table > div.reviewer-stats-dark {
727727
width: 42%;
728728
padding: 15px;
729729
}
730+
731+
.listing-body > td {
732+
padding: 15px;
733+
}
734+
730735
.review-files .files .file-permissions {
731736
max-height: 25.5em;
732737
overflow: auto;
@@ -754,7 +759,7 @@ div.reviewer-stats-table > div.reviewer-stats-dark {
754759
width: auto;
755760
}
756761
.review-files table.activity {
757-
margin: 0 10px;
762+
margin: 0;
758763
width: 100%;
759764
}
760765
.review-files table.activity th {

0 commit comments

Comments
 (0)