From 6d864a116f575364f680c5ba1fa71ac9a91d4bf1 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 3 Jul 2024 17:00:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=98=BE=E7=A4=BA=E5=92=8C=E8=BE=93=E5=85=A5=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/bulma.html | 112 ++++++++++++++++++++++++------------------- 1 file changed, 64 insertions(+), 48 deletions(-) diff --git a/templates/bulma.html b/templates/bulma.html index dd21e85..50294a6 100644 --- a/templates/bulma.html +++ b/templates/bulma.html @@ -88,6 +88,8 @@ margin-top: 5px; margin-bottom: 5px; display: inline-block; + word-break: break-all; + max-width: 80%; } .yours { @@ -182,13 +184,23 @@ color: transparent; } + .h-full { + height: 100%; + } + + .w-full { + width: 100%; + } +
-
+
+
+