Skip to content

Commit

Permalink
fix(pv-stylemark): fixed html-box overflow issue
Browse files Browse the repository at this point in the history
Fixed issue, where lon lines in the example-html led to an overflow
  • Loading branch information
friewerts committed Feb 27, 2024
1 parent da92cf3 commit 0515c15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ dds-example {
&__html-box-content {
display: none;
padding: 24px;
overflow-x: auto;
background: $dds-color__black-010;

.dds-state--open & {
Expand Down

0 comments on commit 0515c15

Please sign in to comment.