Skip to content

Commit

Permalink
fix: fix checkmarks spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoStud committed Dec 8, 2023
1 parent 1cd1e35 commit 3670ad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kite-chat-component/src/kite-msg.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@config "../tailwind.config.lit.cjs";

:host {
@apply flex flex-col items-start w-full;
@apply flex flex-col items-start w-full my-1.5;
}

.message-container {
@apply relative my-1.5 max-w-[80%] block whitespace-pre-line break-words rounded px-2 py-1 text-left shadow;
@apply relative max-w-[80%] block whitespace-pre-line break-words rounded px-2 py-1 text-left shadow;
@apply select-text selection:bg-primary-color selection:text-white;
@apply snap-end scroll-my-1;
}
Expand Down Expand Up @@ -43,7 +43,7 @@ time {
}

span {
@apply no-underline relative !float-right tracking-tight select-none text-neutral-500;
@apply no-underline relative !float-right [letter-spacing:-0.3em] select-none text-neutral-500;
}

:host([edited]) time::before {
Expand Down

0 comments on commit 3670ad9

Please sign in to comment.