diff --git a/css/tailwind.css b/css/tailwind.css index 27fdabf..9756175 100644 --- a/css/tailwind.css +++ b/css/tailwind.css @@ -278,6 +278,11 @@ @apply inline-block px-3 py-1 text-sm bg-surface-100 dark:bg-surface-800 rounded-full; } + /* Ensure is-land custom elements don't break block layout flow */ + is-land { + @apply block; + } + /* Widget cards */ .widget { @apply p-4 mb-4 bg-white dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm overflow-hidden;