mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
Always break on whitespace
This commit is contained in:
committed by
René Pfeuffer
parent
9fba2f301e
commit
f6bb7e7b57
@@ -15,10 +15,10 @@ $family-monospace: "Courier New", Monaco, Menlo, "Ubuntu Mono", "source-code-pro
|
|||||||
}
|
}
|
||||||
|
|
||||||
.is-word-break {
|
.is-word-break {
|
||||||
-webkit-hyphens: auto;
|
-webkit-hyphens: none;
|
||||||
-moz-hyphens: auto;
|
-moz-hyphens: none;
|
||||||
-ms-hyphens: auto;
|
-ms-hyphens: none;
|
||||||
hyphens: auto;
|
hyphens: none;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user