Skip to content

Commit

Permalink
Set min-width on placeholder
Browse files Browse the repository at this point in the history
And remove duplicate max-width (also defined in the shard rule above)
  • Loading branch information
krassowski committed Jul 1, 2024
1 parent 0c84ac0 commit 95eb0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

.jp-Exhibit-icon > .jp-exhibitPlaceholder > svg {
max-width: 100%;
min-width: 40px;
block-size: 100%;
}

Expand Down

0 comments on commit 95eb0db

Please sign in to comment.