mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
fixed tooltip word breaking
This commit is contained in:
@@ -78,10 +78,6 @@ a.red-txt:active {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -491,7 +491,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
|||||||
title: attrs.awToolTip,
|
title: attrs.awToolTip,
|
||||||
container: 'body',
|
container: 'body',
|
||||||
trigger: 'hover focus',
|
trigger: 'hover focus',
|
||||||
template: '<div class="Tooltip tooltip" role="tooltip"><div class="Tooltip-arrow tooltip-arrow"></div><div class="Tooltip-inner tooltip-inner"></div></div>'
|
template: '<div class="tooltip Tooltip" role="tooltip"><div class="tooltip-arrow Tooltip-arrow"></div><div class="tooltip-inner Tooltip-inner"></div></div>'
|
||||||
});
|
});
|
||||||
|
|
||||||
if (attrs.tipWatch) {
|
if (attrs.tipWatch) {
|
||||||
|
|||||||
Reference in New Issue
Block a user