Breite der Users-Liste optimiert

This commit is contained in:
Michael Dollinger 2021-01-28 15:25:06 +01:00
parent 59c0de1919
commit 498d30c60a

View File

@ -11,3 +11,6 @@ body { padding-top: 70px; }
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
} }
.container.users{
width: max-content;
}