mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #2623 from kensible/2358-tooltip-width
Changed max-width of tooltip content
This commit is contained in:
commit
52e87bda3f
@ -481,6 +481,7 @@ textarea.allowresize {
|
||||
.tooltip-inner {
|
||||
padding: 10px;
|
||||
text-align:left;
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
Loading…
Reference in New Issue
Block a user