Skip to content

Commit

Permalink
Fix inconsistent padding on review history (#22932)
Browse files Browse the repository at this point in the history
* Fix inconsistent padding on review history

* remove margin

* use margin 0
  • Loading branch information
chrstinalin authored Dec 10, 2024
1 parent 373a9dc commit ad7475d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/css/zamboni/reviewers.less
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,11 @@ div.reviewer-stats-table > div.reviewer-stats-dark {
width: 42%;
padding: 15px;
}

.listing-body > td {
padding: 15px;
}

.review-files .files .file-permissions {
max-height: 25.5em;
overflow: auto;
Expand Down Expand Up @@ -754,7 +759,7 @@ div.reviewer-stats-table > div.reviewer-stats-dark {
width: auto;
}
.review-files table.activity {
margin: 0 10px;
margin: 0;
width: 100%;
}
.review-files table.activity th {
Expand Down

0 comments on commit ad7475d

Please sign in to comment.