Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
card
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 27, 2024
1 parent 4b28181 commit 1c88c02
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,15 @@ <h5 class="modal-title" id="alertModalLabel"></h5>
margin: 20px;
}

.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-clip: border-box;
}

body {
background-color: #343A40;
color: white;
Expand Down Expand Up @@ -356,6 +365,11 @@ <h5 class="modal-title" id="alertModalLabel"></h5>
padding-left: 0;
margin-bottom: 0;
}

.card-body {
flex: 1 1 auto;
padding: 1.25rem;
}
</style>
{% block content %}{% endblock %}
</body>
Expand Down

0 comments on commit 1c88c02

Please sign in to comment.