Skip to content

Commit

Permalink
chore: more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Dec 13, 2024
1 parent 8e3a3a5 commit 8f592bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/web-client/src/components/Header/Style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
padding-right: 16px;
}

@media screen and (width >=1365px) {

@media screen and (width >= 1365px) {
/* stylelint-disable-next-line selector-class-pattern */
.gpm-header .euiHeader .gpm-header--desktop {
padding: 0 25%;
}
}
}

0 comments on commit 8f592bb

Please sign in to comment.