mirror of
https://github.com/netdata/netdata.git
synced 2025-03-18 06:43:02 +00:00
navbar fix
This commit is contained in:
parent
3503751f1f
commit
5e8607d36d
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
<body role="document" data-spy="scroll" data-target="#main_menu_div">
|
||||
<nav id="mynav" class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="container" style="width: 98%;">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main_menu_div">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
|
|
|
@ -41,7 +41,7 @@ body {
|
|||
}
|
||||
|
||||
.container.graphs {
|
||||
width: 95%;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.breadcrumb.graphs {
|
||||
|
|
Loading…
Reference in a new issue