mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
DS-3219 Correct property for word-break
This commit is contained in:
@@ -109,6 +109,6 @@ span.batchimport-error-caused {
|
|||||||
|
|
||||||
.break-all{
|
.break-all{
|
||||||
-ms-word-break: break-all;
|
-ms-word-break: break-all;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
Reference in New Issue
Block a user