Skip to content

Commit 780a7d0

Browse files
committed
Minor CSS fixes
1 parent b0998ae commit 780a7d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ad.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ def html(_args):
294294
td, th {
295295
border: 1px solid black;
296296
padding: 0px 10px;
297+
white-space: nowrap;
297298
}
298299
299300
th {
@@ -360,6 +361,10 @@ def html(_args):
360361
display: none;
361362
}
362363
364+
td:hover {
365+
background-color: #f6f6f6;
366+
}
367+
363368
td:hover > div.model-definition {
364369
display: block;
365370
}

0 commit comments

Comments
 (0)