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

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,