Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-core/ui-components",
"version": "1.4.1",
"version": "1.4.2",
"type": "module",
"exports": {
"./*": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
w-screen
flex-col
border-neutral-200
md:max-w-[42rem]
lg:h-auto
lg:max-h-[70vh]
lg:w-auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,20 @@
lg:dark:bg-neutral-950;

svg {
@apply size-5;
@apply size-5
shrink-0;
}

> div {
@apply min-w-0;
}
}

.hitDescription {
@apply text-sm
@apply overflow-hidden
text-sm
text-ellipsis
whitespace-nowrap
text-neutral-600
dark:text-neutral-700;
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

.facetTabsList {
@apply flex
w-max
items-center
gap-2
overflow-x-auto;
Expand Down