Skip to content

Commit

Permalink
Chore/list wrapping (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasF1349 authored Nov 7, 2023
1 parent a85483d commit 2f56c03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-dingos-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skeletonlabs/tw-plugin": patch
---

chore: lists wrapping
6 changes: 2 additions & 4 deletions packages/plugin/src/styles/components/lists.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */
Expand Down

0 comments on commit 2f56c03

Please sign in to comment.