word-break all the things

This commit is contained in:
Yash Karandikar 2022-04-28 15:10:34 -05:00
parent 7c95a18c5c
commit 48869ec0f4

View file

@ -51,6 +51,7 @@ input {
transform-style: preserve-3d;
transition: transform .5s;
background-color: blue;
word-break: break-all;
}
.card-container {
@ -86,5 +87,4 @@ input {
.back-face {
transform: rotateY(180deg);
word-break: break-all;
}