forked from mystiq/hydrogen-web
make text not sprawl across screen on large monitors
This commit is contained in:
parent
6f09bd97b6
commit
16e0f515dc
1 changed files with 4 additions and 0 deletions
|
@ -550,6 +550,10 @@ ul.Timeline > li.messageStatus .message-container > p {
|
||||||
margin: 16px 0 8px 0;
|
margin: 16px 0 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Settings p {
|
||||||
|
max-width: 700px;
|
||||||
|
}
|
||||||
|
|
||||||
.Settings .row .label {
|
.Settings .row .label {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue