Fix main section position so that the search input remains clickable

This commit is contained in:
Guillaume Gomez 2020-12-11 20:07:24 +01:00
parent ebfea6224b
commit 9c36491538
1 changed files with 4 additions and 0 deletions

View File

@ -1569,6 +1569,10 @@ h4 > .notable-traits {
height: 73px;
}
#main {
margin-top: 100px;
}
#main > table:not(.table-display) td {
word-break: break-word;
width: 50%;