Display name fixes
This commit is contained in:
parent
3fd255cc0a
commit
feec86718d
1 changed files with 6 additions and 1 deletions
|
@ -219,7 +219,12 @@
|
||||||
|
|
||||||
.status__profile,
|
.status__profile,
|
||||||
.detailed-status__profile {
|
.detailed-status__profile {
|
||||||
display: inline-block;
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status__profile {
|
||||||
|
padding-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-check-box {
|
.status-check-box {
|
||||||
|
|
Loading…
Reference in a new issue