Skip to content

Commit

Permalink
fix: [website] Restored media query for side panel in module config
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed Feb 19, 2024
1 parent eb9e9c0 commit 8a1f6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/app/static/css/core.css
Expand Up @@ -177,8 +177,8 @@ span#status {
position: relative !important;
}

/* @media (min-width: 992px) {
@media (min-width: 992px) {
.side-panel-config {
max-width: calc((100% - 200px) / 2 - 1*var(--bs-gutter-x) * .5);
}
} */
}

0 comments on commit 8a1f6b1

Please sign in to comment.