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