Skip to content

Commit

Permalink
fix: link card position
Browse files Browse the repository at this point in the history
  • Loading branch information
M4n0x committed Feb 21, 2022
1 parent baa8c2b commit eb3ab19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/components/CardFederation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,20 @@ export default {
.link {
text-align: right;
margin-top: auto;
}
.btn-link.more:focus {
outline: none;
}
.card-body {
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}
.card-body p,
.card-body span {
color: rgba(0, 0, 0, 0.6);
Expand Down

0 comments on commit eb3ab19

Please sign in to comment.