fix(profile): fixed status label alignment

pull/1049/head
trashtemp 2021-12-21 12:20:33 +01:00
parent 2532a0bcdd
commit f82784476b
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@
.status {
font-size: 13px;
> div {
display: inline !important;
}
}
}
}