make text not sprawl across screen on large monitors

This commit is contained in:
Bruno Windels 2020-10-20 12:10:56 +02:00
parent 6f09bd97b6
commit 16e0f515dc

View file

@ -550,6 +550,10 @@ ul.Timeline > li.messageStatus .message-container > p {
margin: 16px 0 8px 0;
}
.Settings p {
max-width: 700px;
}
.Settings .row .label {
font-weight: 600;
}