General theme: Improve container description

This commit is contained in:
Jesús 2021-01-01 22:39:47 -05:00
parent 3570b5c4d1
commit 5329ecfd08
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -298,6 +298,8 @@ label[for=options-toggle-cbox] {
background-color: var(--secondary-background);
margin-top: 0.4rem;
white-space: pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
padding: 5px;
}