Skip to content

Commit

Permalink
Fixes layouting outside of cards 🚑
Browse files Browse the repository at this point in the history
The layout was broken earlier today in commit 0886c57.
  • Loading branch information
jakobvogel committed Apr 25, 2024
1 parent 115109e commit 37a28e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
aria-label="@title"
data-bs-toggle="tooltip"
}
class="@if (isFilled(title) || isFilled(link)) { card-link } text-decoration-none"
class="@if (isFilled(title) || isFilled(link)) { card-link } text-decoration-none d-inline-flex flex-row"
style="color: inherit">
<span class="text-sirius-gray-dark text-black">
<i class="@icon"></i>
Expand Down

0 comments on commit 37a28e9

Please sign in to comment.