wam: Left-align the whole tooltip, not just the contents
This commit is contained in:
parent
cf0a389e6f
commit
4ec6ef1734
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ table#campaigns th {
|
|||
div.type-tooltip,
|
||||
div.desc-tooltip {
|
||||
display: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tbody td {
|
||||
|
@ -52,7 +53,6 @@ div.desc-tooltip pre {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
max-height: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.tablesorter {
|
||||
|
|
Loading…
Add table
Reference in a new issue