@@ -29,8 +29,10 @@
}
.label {
+ max-width: 60vw;
padding: 1em;
text-align: center;
+ overflow-wrap: break-word;
.players {
@@ -46,6 +48,14 @@
padding-left: 1rem;
+.players > ul {
+ max-width: 20vw;
+}
+
+.players li {
.playersTitle {
margin-top: 10px;