Skip to content

Commit

Permalink
DTO-4938 prevent wide Modalv2 from going off edge of screen (#3092)
Browse files Browse the repository at this point in the history
* DTO-4938 prevent wide Modalv2 from going off edge of screen

* bring my own build

---------

Co-authored-by: Ollie Curtis <8831547+olliecurtis@users.noreply.github.com>
  • Loading branch information
DavidHeiniluoma and olliecurtis authored Nov 20, 2023
1 parent 86c78eb commit 6595ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@

&--wide {
width: $bpk-modal-wide-max-width;
max-width: 100%;
}
}

Expand Down

0 comments on commit 6595ebb

Please sign in to comment.