Skip to content

Commit

Permalink
Restrict max-width of the logo
Browse files Browse the repository at this point in the history
Take 2

The max witdh of the contianer combined with the overflow hidden already
caused the image from no longer overlap the text. That was fixed in the
previous commit. But the logo would still be displayed partially. As the
width of the logo was not restricted. The max width is now inherited
from the container <div>.
  • Loading branch information
MKodde committed Sep 4, 2024
1 parent 8d1abbb commit 823ef1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/pages/inviteRoles/inviteRoles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
margin-right: 1rem;
img {
height: inherit;
max-width: inherit;
}
}

Expand Down

0 comments on commit 823ef1c

Please sign in to comment.