Skip to content

Commit

Permalink
IBX-8696: Horizontal gaps in the content's fields tab on a high resol…
Browse files Browse the repository at this point in the history
…ution monitor (#1393)
  • Loading branch information
lucasOsti authored Nov 22, 2024
1 parent 39cad4f commit 1bf2760
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/bundle/Resources/public/scss/_field-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,10 @@
}
}
}

&.container {
@media (min-width: 1921px) {
max-width: calculateRem(2000px);
}
}
}
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ select {
margin-bottom: calculateRem(32px);

@media (min-width: 1921px) {
max-width: 2000px;
max-width: calculateRem(2000px);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_main-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
margin-left: 0;

@media (min-width: 1921px) {
max-width: 2000px;
max-width: calculateRem(2000px);
}
}
}
Expand Down

0 comments on commit 1bf2760

Please sign in to comment.