From c3f05456aa90e20ffa5586be827eec29eb5d001f Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 20 Jan 2025 19:05:12 +0100 Subject: [PATCH] style: initial code styling --- static/card.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/card.css b/static/card.css index 10493ee..2be7f43 100644 --- a/static/card.css +++ b/static/card.css @@ -31,6 +31,9 @@ border-radius: 5px; display: inline-block; vertical-align: text-bottom; + overflow-x: auto; + overflow-wrap: initial; + max-width: 100%; } & a:has(.link-card) {