From 2f56c03fe408aee961a12f313e06b6b615a68bb0 Mon Sep 17 00:00:00 2001 From: Sebastian Pablo Fell <33849340+SebasF1349@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:59:13 -0300 Subject: [PATCH] Chore/list wrapping (#2200) --- .changeset/ninety-dingos-search.md | 5 +++++ packages/plugin/src/styles/components/lists.css | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .changeset/ninety-dingos-search.md diff --git a/.changeset/ninety-dingos-search.md b/.changeset/ninety-dingos-search.md new file mode 100644 index 000000000..a4410387c --- /dev/null +++ b/.changeset/ninety-dingos-search.md @@ -0,0 +1,5 @@ +--- +"@skeletonlabs/tw-plugin": patch +--- + +chore: lists wrapping diff --git a/packages/plugin/src/styles/components/lists.css b/packages/plugin/src/styles/components/lists.css index 2fb4f7d1e..96d358720 100644 --- a/packages/plugin/src/styles/components/lists.css +++ b/packages/plugin/src/styles/components/lists.css @@ -21,12 +21,10 @@ /* @apply p-2; */ /* Theme: Rounded */ @apply rounded-token; - /* Wrapping */ - @apply whitespace-normal break-words; } .list-dl div { /* @apply bg-blue-500; */ - @apply flex items-center space-x-4 whitespace-nowrap; + @apply flex items-center space-x-4; /* Padding */ @apply p-2; /* Theme: Rounded */ @@ -36,7 +34,7 @@ .list-nav a, .list-nav button, .list-option { - @apply flex items-center space-x-4 whitespace-nowrap; + @apply flex items-center space-x-4; /* Padding */ @apply px-4 py-2; /* Hover */