From e073b5e01754b116122fba5034bb0f21c3e07d79 Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Wed, 10 Apr 2019 15:51:56 -0400 Subject: [PATCH] fix tag word wrapping for firefox --- awx/ui/client/lib/components/tag/_index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/ui/client/lib/components/tag/_index.less b/awx/ui/client/lib/components/tag/_index.less index b91830f51f..d53a5e19e6 100644 --- a/awx/ui/client/lib/components/tag/_index.less +++ b/awx/ui/client/lib/components/tag/_index.less @@ -21,6 +21,8 @@ color: @at-white; margin: 2px @at-space-2x; align-self: center; + /* fallback for FF < 68 which doesn't support `break-word` */ + word-break: break-all; word-break: break-word; &:hover,