1st day patch, mobile fixes
This commit is contained in:
parent
48b954c410
commit
221c16820c
3 changed files with 25 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ const iconSelector: { [key: string]: string } = {
|
|||
<a href={typelink}>{ typelink_text }</a>
|
||||
{typename_generic &&
|
||||
(
|
||||
<span class="type-datatype"><</span><a href={typelink_generic}>{typename_generic}</a><span class="type-datatype">></span>
|
||||
<span class="type-generic"><span class="type-datatype"><</span><a href={typelink_generic}>{typename_generic}</a><span class="type-datatype">></span></span>
|
||||
)
|
||||
}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue