AAE-24675 Fix text alignment in dateitem card view element (#10024)

* AAE-24675 Fix text alignment in dateitem card view element

* AAE-24675 Break words in checkbox and radio button labels to avoid overflow
This commit is contained in:
Wojciech Duda
2024-08-02 13:51:23 +02:00
committed by GitHub
parent 394d064f37
commit d2b0fab677
4 changed files with 10 additions and 4 deletions

View File

@@ -43,9 +43,8 @@
margin: 5px;
label {
span {
white-space: normal;
}
white-space: normal;
word-break: break-word;
}
}