Skip to content

Commit

Permalink
enable negative margins in Bootstrap config
Browse files Browse the repository at this point in the history
  • Loading branch information
Onurcankaratay committed Oct 10, 2024
1 parent 42320cd commit 440326f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/encoded/static/scss/encoded/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ $dropdown-item-padding-x: 1.5rem;
/* We override these with our own subset */
// $enable-print-styles: false;

/* To enable negative margins in Bootstrap 5, set the $enable-negative-margins variable to true */
$enable-negative-margins: true;

$grid-breakpoints: (
xs: 0,
sm: 576px,
Expand Down

0 comments on commit 440326f

Please sign in to comment.