fix for desktop generic type wrapping
This commit is contained in:
parent
f62d148b4e
commit
c8475952bd
|
@ -327,6 +327,11 @@ html.dark .typevariants {
|
||||||
.type-datatype {
|
.type-datatype {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
.type-generic {
|
||||||
|
position: relative;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
.root-nav {
|
.root-nav {
|
||||||
& .root-nav-entry {
|
& .root-nav-entry {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in a new issue