Fix primary note display

This commit is contained in:
Bojan Mojsilovic 2024-01-15 16:46:52 +01:00
parent 959bce3db2
commit 3aaefe4a99

View File

@ -13,7 +13,8 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-top: 12px; margin-top: 12px;
margin-left: 12px; margin-left: 0px;
cursor: text;
.message { .message {
@ -21,8 +22,8 @@
grid-area: message; grid-area: message;
color: var(--text-primary); color: var(--text-primary);
word-break: break-word; word-break: break-word;
font-size: 17px; font-size: 16px;
font-weight: 300; font-weight: 400;
line-height: 20px; line-height: 20px;
width: 100%; width: 100%;
margin-bottom: 17px; margin-bottom: 17px;