chore: toast width wrap

This commit is contained in:
Tristan Yang
2023-06-02 20:18:19 +08:00
parent 1e41f51623
commit 464711d7eb
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@
}
}
@layer utilities {
/* word break */
.wb {
word-break: break-word;
}
.checkbox {
appearance: none;
margin: 0;
+1 -1
View File
@@ -29,7 +29,7 @@ root.render(
<Suspense fallback="loading">
<Toaster
toastOptions={{
className: "dark:!bg-gray-800 dark:!text-gray-50"
className: "dark:!bg-gray-800 dark:!text-gray-50 wb"
}}
/>
<DndProvider backend={HTML5Backend}>