Fix: Set word break for card buttons

Mitigates #7
This commit is contained in:
2024-05-13 18:09:54 +02:00
parent eeb87907d7
commit c18466a3c6
+1
View File
@@ -105,6 +105,7 @@ watch(
display: flex;
flex-direction: row;
flex-wrap: wrap;
word-break: break-word;
bottom: 0;
width: 100%;
transform: translateY(0);