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

fix tag word wrapping for firefox

This commit is contained in:
Keith Grant 2019-04-10 15:51:56 -04:00
parent 1830da4268
commit e073b5e017

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,