Do not make app dockerImage overflow

This commit is contained in:
Johannes Zellner
2024-11-08 21:39:44 +01:00
parent 7ae02a62fe
commit 3fdb43762b
2 changed files with 7 additions and 1 deletions

View File

@@ -1665,6 +1665,12 @@ div:hover > .picture-edit-indicator {
overflow: hidden;
}
.no-wrap-scroll {
text-wrap: nowrap;
overflow: auto;
display: block;
}
.users-toolbar {
display: flex;
margin-bottom: 5px;