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

@ -10,4 +10,7 @@ body { padding-top: 70px; }
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
}
.container.users{
width: max-content;
}