diff --git a/src/presentation/components/Scripts/View/ScriptsTree/SelectableTree/Node/Documentation/DocumentationText.vue b/src/presentation/components/Scripts/View/ScriptsTree/SelectableTree/Node/Documentation/DocumentationText.vue index f8c83dc6..691e4bb5 100644 --- a/src/presentation/components/Scripts/View/ScriptsTree/SelectableTree/Node/Documentation/DocumentationText.vue +++ b/src/presentation/components/Scripts/View/ScriptsTree/SelectableTree/Node/Documentation/DocumentationText.vue @@ -53,6 +53,7 @@ $text-size: 0.75em; // Lower looks bad on Firefox font-size: $text-size; font-family: $font-main; code { + word-break: break-all; // Inline code should wrap with the line, or whole text overflows font-family: $font-normal; font-weight: 600; }