forked from openkylin/platform_build
docs: bring back min-height for nav-x for proper height of secondary tabs
Change-Id: I865195b9fde9ec64fbe2c083c0d3617a55b54a0f
This commit is contained in:
parent
a214d84ff8
commit
1d62fa807e
|
@ -3597,6 +3597,10 @@ a.download-sdk {
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav-x .wrap {
|
||||||
|
min-height:34px;
|
||||||
|
}
|
||||||
|
|
||||||
#nav-x .wrap,
|
#nav-x .wrap,
|
||||||
#searchResults.wrap {
|
#searchResults.wrap {
|
||||||
max-width:940px;
|
max-width:940px;
|
||||||
|
|
Loading…
Reference in New Issue