Skip to content

Commit

Permalink
Fixed changes tree width
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 22, 2024
1 parent 066d17c commit 6111d5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

& .change-tree {
gap: 1.5rem;
max-width: 20rem;
width: 20rem;
height: max-content;
overflow: hidden;
position: relative;
Expand Down Expand Up @@ -365,7 +365,7 @@
@media only screen and (--u-viewport_max-xl) {
.project-contribution-changes-page {
& .change-tree {
max-width: 18rem;
width: 18rem;
}
}
}
Expand Down

0 comments on commit 6111d5e

Please sign in to comment.