fix(css): run prittier on css file

This commit is contained in:
Gabe Kangas 2024-10-20 12:29:30 -07:00
parent c23b04c3ab
commit 4ac3068fcb

View file

@ -4,7 +4,7 @@ $p-h-size: 8px;
$p-v-size: 2px;
.root {
border-left: $border-style;
border-left: $border-style;
position: relative;
font-size: var(--chat-message-text-size);
padding: $p-v-size $p-h-size;
@ -20,7 +20,6 @@ $p-v-size: 2px;
margin: initial;
}
.user {
display: flex;
align-items: center;