Aesthetics

This commit is contained in:
mg
2021-10-09 09:24:17 +01:00
parent 281631635a
commit 3bdfb2ee49
7 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.mistakes-history-container {
display: grid;
grid-column-gap: 12px;
grid-template-columns: repeat(2, minmax(110px,max-content));
grid-template-columns: repeat(2, 1fr);
width: min-content;
word-wrap: break-word;
word-break: break-word;