mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
fix default word break behaviour
This commit is contained in:
committed by
René Pfeuffer
parent
bf15c2d6ba
commit
9fba2f301e
@@ -19,7 +19,7 @@ $family-monospace: "Courier New", Monaco, Menlo, "Ubuntu Mono", "source-code-pro
|
||||
-moz-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
hyphens: auto;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.has-rounded-border {
|
||||
|
||||
Reference in New Issue
Block a user