added padding on highlight

This commit is contained in:
Lucas Oliveira
2023-07-11 22:50:12 -03:00
parent 562792938e
commit 6ba70af2b9

View File

@ -1084,7 +1084,7 @@ The cursor: default; property value restores the browser's default cursor style
}
.chat-message-highlight {
@apply rounded-md bg-indigo-100 dark:bg-indigo-900
@apply px-0.5 rounded-md bg-indigo-100 dark:bg-indigo-900
}