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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 25a97621 Stop dropdown menu from being cut off (#430)
25a97621 is described below

commit 25a9762124b1495665a7f4684b8bb413b71dc9ac
Author: Dom G. <domgargu...@apache.org>
AuthorDate: Sun Jul 21 20:04:12 2024 -0400

    Stop dropdown menu from being cut off (#430)
---
 _includes/nav.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/nav.html b/_includes/nav.html
index 3c10fc71..b91ca14e 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -49,7 +49,7 @@
           <a class="nav-link dropdown-toggle" href="#" role="button" 
data-bs-toggle="dropdown">
             <img alt="Apache Software Foundation" 
src="https://www.apache.org/foundation/press/kit/feather.svg"; width="15"/>
           </a>
-          <ul class="dropdown-menu">
+          <ul class="dropdown-menu dropdown-menu-end">
             <li><a class="dropdown-item" href="https://www.apache.org";>Apache 
Homepage <span class="fa-solid fa-up-right-from-square"></span></a></li>
             <li><a class="dropdown-item" 
href="https://www.apache.org/licenses/";>License <span class="fa-solid 
fa-up-right-from-square"></span></a></li>
             <li><a class="dropdown-item" 
href="https://www.apache.org/foundation/sponsorship";>Sponsorship <span 
class="fa-solid fa-up-right-from-square"></span></a></li>

Reply via email to