1
0
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:
kensible 2016-06-27 09:57:59 -04:00 committed by GitHub
commit 52e87bda3f

View File

@ -481,6 +481,7 @@ textarea.allowresize {
.tooltip-inner {
padding: 10px;
text-align:left;
max-width: 150px;
}
.alert {