Skip to content

Commit

Permalink
Delete group
Browse files Browse the repository at this point in the history
  • Loading branch information
TriStarGod committed Jun 3, 2023
1 parent b315510 commit 4fff5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tailwind-formio/styles/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

&-link {
@apply relative group inline-flex flex-col items-stretch overflow-hidden text-xs transition-colors;
@apply relative inline-flex flex-col items-stretch overflow-hidden text-xs transition-colors;
@apply bg-transparent border-transparent text-gray-darker;
@apply cursor-pointer border-1 border-solid rounded-none border-b-0 relative;
@apply px-3 py-2;
Expand All @@ -39,4 +39,4 @@
.card-body {
@apply p-3;
}
}
}

0 comments on commit 4fff5b4

Please sign in to comment.