Skip to content

Commit

Permalink
fix(ui): responsive topbar, filter button in application details page (
Browse files Browse the repository at this point in the history
…#11188) (#15789)

Signed-off-by: Julien Fuix <julienfuix@epitech.eu>
Co-authored-by: Julien Fuix <julienfuix@epitech.eu>
  • Loading branch information
JulienFuix and Julien Fuix authored Oct 3, 2023
1 parent 53f4f83 commit 357972e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $header: 120px;
}
}

@media screen and (max-width: map-get($breakpoints, xlarge)) {
@media screen and (max-width: map-get($breakpoints, xxlarge)) {
.page__content-wrapper {
min-height: calc(100vh - 3 * 50px);
}
Expand Down

0 comments on commit 357972e

Please sign in to comment.