1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Merge pull request #3676 from keithjgrant/3604-search-tag-line-wrap

fix tag word wrapping for firefox

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-04-15 13:56:40 +00:00 committed by GitHub
commit 5c7939a6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,