Skip to content

Commit 9cbc74a

Browse files
authored
Fix release detail card layout (boostorg#1824)
1 parent b5223ce commit 9cbc74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/versions/detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{% include "libraries/includes/version_alert.html" %}
2929

3030
<section class="content">
31-
<div class="pb-2 w-full h-auto md:pb-0 md:w-auto">
31+
<div class="flex flex-row pb-2 w-full h-auto md:pb-0 md:w-auto">
3232
<div class="flex flex-col h-full max-w-md">
3333
<div class="h-8">
3434
<span class="block pb-1 text-xs md:text-base font-bold">{{ version.release_date|date:"F j, Y" }}</span>

0 commit comments

Comments
 (0)