From dc9344c82240205d8ce9447e42c4948d1ab0ee44 Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Thu, 6 Oct 2016 11:53:58 -0400 Subject: [PATCH] Host event modal - wrap long strings. --- awx/ui/client/src/job-detail/host-event/host-event.block.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/ui/client/src/job-detail/host-event/host-event.block.less b/awx/ui/client/src/job-detail/host-event/host-event.block.less index 6edfc450ec..b22d52d36b 100644 --- a/awx/ui/client/src/job-detail/host-event/host-event.block.less +++ b/awx/ui/client/src/job-detail/host-event/host-event.block.less @@ -125,6 +125,8 @@ .OnePlusTwo-left--detailsRow; } .HostEvent-field--content{ + word-wrap: break-word; + max-width: 13em; flex: 0 1 13em; } .HostEvent-details--left, .HostEvent-details--right{ @@ -138,6 +140,7 @@ flex: 0 1 25em; } .HostEvent-field--content{ + max-width: 15em; flex: 0 1 15em; align-self: flex-end; }