Skip to content

Commit

Permalink
wam: Left-align the whole tooltip, not just the contents
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Jul 25, 2017
1 parent cf0a389 commit 4ec6ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/addon_manager/style.css
Expand Up @@ -17,6 +17,7 @@ table#campaigns th {
div.type-tooltip,
div.desc-tooltip {
display: none;
text-align: left;
}

tbody td {
Expand Down Expand Up @@ -52,7 +53,6 @@ div.desc-tooltip pre {
margin: 0;
padding: 0;
max-height: none;
text-align: left;
}

table.tablesorter {
Expand Down

0 comments on commit 4ec6ef1

Please sign in to comment.