fix(profile): fixed status label alignment

This commit is contained in:
trashtemp 2021-12-21 12:20:33 +01:00
parent 3be5307340
commit 9ab7e5718f
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

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