mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix filter icon not displaying problem
This commit is contained in:
parent
9694a1a5bb
commit
bc92c4ec0e
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ a.navbar-brand:hover {
|
|||
height: 28px;
|
||||
width: 200px;
|
||||
font-size: 14px;
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, 'FontAwesome', sans-serif;
|
||||
font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.dropdown-submenu {
|
||||
|
|
|
|||
Loading…
Reference in a new issue