Skip to content

Commit

Permalink
fix(css): improve path summary layout (prevent wrapping)
Browse files Browse the repository at this point in the history
  • Loading branch information
zankoAn committed Jun 26, 2024
1 parent 0ce792c commit 21cb7df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,9 @@
flex-direction: row;
align-items: center;
flex-wrap: wrap;
flex-grow: 1;
gap: 0px 10px;

padding: 0 10px;

width: 100%;
}

@media (max-width: 550px) {
Expand Down

0 comments on commit 21cb7df

Please sign in to comment.