Skip to content

Commit 613af2b

Browse files
authored
fix(css): CSS class for hb-card-title to remove redundant items-start (#3287)
We only need items-center to ensure that icons align to the same line as text.
1 parent 966ad07 commit 613af2b

File tree

1 file changed

+1
-1
lines changed
  • modules/blox-tailwind/assets/css/components

1 file changed

+1
-1
lines changed

modules/blox-tailwind/assets/css/components/cards.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.hb-card-title {
26-
@apply flex font-semibold items-start gap-2 text-gray-700 hover:text-gray-900 items-center;
26+
@apply flex font-semibold gap-2 text-gray-700 hover:text-gray-900 items-center;
2727

2828
color: var(--color-neutral-700);
2929
}

0 commit comments

Comments
 (0)