mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
fixed tooltip word breaking
This commit is contained in:
parent
94c2906810
commit
0d01f67177
@ -78,10 +78,6 @@ a.red-txt:active {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@ -491,7 +491,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
||||
title: attrs.awToolTip,
|
||||
container: 'body',
|
||||
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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user