Skip to content

Commit

Permalink
Merge pull request #562 from matematikk-mooc/marius/DIT-375
Browse files Browse the repository at this point in the history
DIT-375: Banner overflow.
  • Loading branch information
madsenandreas authored Nov 6, 2024
2 parents 7917232 + 7fb5fd8 commit 9d11438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vue/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const server= SERVER
flex-grow: 0;
border: 0 0 6.25rem;
border-radius: 20px;
word-break: break-word;
img {
width: 10.173rem;
height: 10.294rem;
Expand Down
1 change: 1 addition & 0 deletions src/vue/design/_infoboxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
display: flex;
align-items: center;
gap: 2rem;
word-break: break-word;

.udir-info__icon-container {
display: inline-block;
Expand Down

0 comments on commit 9d11438

Please sign in to comment.