mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
@@ -43,9 +43,8 @@
|
||||
margin: 5px;
|
||||
|
||||
label {
|
||||
span {
|
||||
white-space: normal;
|
||||
}
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user