Fix message.

This commit is contained in:
Mike Cao 2023-04-19 16:42:42 -07:00
parent dbafc98142
commit 1d9cb0d7c7
3 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@
align-items: center;
justify-content: space-between;
font-size: var(--font-size-md);
line-height: 50px;
line-height: 40px;
font-weight: 700;
}
@ -42,6 +42,7 @@
.detail {
display: flex;
align-items: center;
flex: 1;
gap: 10px;
white-space: nowrap;