wam: Fix indentation
This commit is contained in:
parent
a642233513
commit
cf0a389e6f
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue