This commit is contained in:
Bojan Mojsilovic 2024-02-07 18:08:42 +01:00
parent e255dd105d
commit 08027cd8ff

View File

@ -30,14 +30,14 @@
.userInfo { .userInfo {
font-size: 16px; font-size: 16px;
line-height: 16px; line-height: 18px;
font-weight: 400; font-weight: 400;
display: flex; display: flex;
align-items: center; align-items: center;
width: auto; width: auto;
.userName { .userName {
font-size: 16px; font-size: 16px;
line-height: 16px; line-height: 18px;
font-weight: 700; font-weight: 700;
color: var(--text-primary); color: var(--text-primary);
max-width: 150px; max-width: 150px;