Skip to content

Commit

Permalink
Fixed image overflowing outside of notification component
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevryghem committed May 8, 2024
1 parent dde5555 commit db5ae57
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.source-logo {
max-height: var(--ds-header-logo-height);
max-width: 100%;
margin: auto;
}

.source-logo-container {
Expand Down

0 comments on commit db5ae57

Please sign in to comment.