mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 14:39:26 -02:30
fix tag word wrapping for firefox
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
color: @at-white;
|
color: @at-white;
|
||||||
margin: 2px @at-space-2x;
|
margin: 2px @at-space-2x;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
/* fallback for FF < 68 which doesn't support `break-word` */
|
||||||
|
word-break: break-all;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|||||||
Reference in New Issue
Block a user