mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix search link button to not goes next line when display's width shortens
This commit is contained in:
parent
5d5d758ce6
commit
97d1bdfa03
1 changed files with 6 additions and 0 deletions
|
|
@ -552,6 +552,12 @@ a.anchor {
|
|||
background: #286090;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navbar-fixed-top > .container {
|
||||
width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
a.anchorjs-link:hover { text-decoration: none; }
|
||||
|
||||
/* Table of Contents(TOC) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue