diff --git a/public/css/item/hostgroup.less b/public/css/item/hostgroup.less index 7a4d66175..108ac9fcf 100644 --- a/public/css/item/hostgroup.less +++ b/public/css/item/hostgroup.less @@ -4,10 +4,17 @@ align-content: center; // Actually, not sure why this works… .col is not a grid container } - > .main > .caption { - height: auto; - .text-ellipsis(); - .line-clamp("reset"); + > .main { + > .caption { + height: auto; + white-space: normal; + word-break: break-word; + } + + > header > .title > .subject { + white-space: normal; + word-break: break-word; + } } }