This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e673f8  ARROW-4775: [Site] Site navbar cannot be expanded
0e673f8 is described below

commit 0e673f812b5148daa224dfc607a6af835f7b38ac
Author: Kenta Murata <m...@mrkn.jp>
AuthorDate: Tue Mar 5 19:56:06 2019 +0100

    ARROW-4775: [Site] Site navbar cannot be expanded
    
    I found that the navbar at the top of the page cannot be expanded when the 
page is narrow.
    This pull request fixes this problem.
    
    Author: Kenta Murata <m...@mrkn.jp>
    
    Closes #3814 from mrkn/fix_site_navbar_expanding_behavior and squashes the 
following commits:
    
    8fb38ac0 <Kenta Murata>  Fix navbar expanding behavior
---
 site/_includes/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_includes/header.html b/site/_includes/header.html
index 39a1d05..7c55a2c 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -1,6 +1,6 @@
 <nav class="navbar navbar-expand-md navbar-dark bg-dark">
   <a class="navbar-brand" href="{{ site.baseurl }}/">Apache 
Arrow&#8482;&nbsp;&nbsp;&nbsp;</a>
-  <button class="navbar-toggler" type="button" data-toggle="collapse" 
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" 
aria-expanded="false" aria-label="Toggle navigation">
+  <button class="navbar-toggler" type="button" data-toggle="collapse" 
data-target="#arrow-navbar" aria-controls="arrow-navbar" aria-expanded="false" 
aria-label="Toggle navigation">
     <span class="navbar-toggler-icon"></span>
   </button>
 

Reply via email to