Skip to content

Commit

Permalink
wam: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Jul 25, 2017
1 parent a642233 commit cf0a389
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/tools/addon_manager/style.css
Expand Up @@ -26,7 +26,7 @@ tbody td {
td:hover div.type-tooltip,
td:hover div.desc-tooltip {
display: block;
position: absolute;
position: absolute;
left: 0;
top: 100%;
width: 16em;
Expand All @@ -47,11 +47,11 @@ div.desc-tooltip pre {
border: none;
background: transparent;
white-space: pre-wrap;
word-wrap: break-word;
font: inherit;
margin: 0;
word-wrap: break-word;
font: inherit;
margin: 0;
padding: 0;
max-height: none;
max-height: none;
text-align: left;
}

Expand Down

0 comments on commit cf0a389

Please sign in to comment.