fix w-full h-full and span sizing inheritance

This commit is contained in:
Face
2025-07-28 20:52:13 +03:00
parent 8ca3337f56
commit 97a4d22797
5 changed files with 94 additions and 11 deletions

View File

@@ -252,7 +252,7 @@ var HTML_CONTENT = """<head>
<p>Keep track of your to-do list</p>
<!-- Task List -->
<div style="flex flex-col gap-2 w-64 bg-[#f8fafc] items-center justify-center">
<div style="flex flex-col gap-2 w-80 bg-[#f8fafc] items-center justify-center">
<span style="flex justify-between items-center bg-[#e2e8f0] w-full h-8">
<span>✅ Finish homework</span>
<button>Delete</button>