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
…argoproj#11188) (argoproj#15789)

Signed-off-by: Julien Fuix <julienfuix@epitech.eu>
Co-authored-by: Julien Fuix <julienfuix@epitech.eu>
  • Loading branch information
2 people authored and vladfr committed Dec 13, 2023
1 parent 01a9c51 commit 7c75cb5
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 7c75cb5

Please sign in to comment.