Skip to content

Commit

Permalink
Enlarge docs header dropdown (#243)
Browse files Browse the repository at this point in the history
Before, all items are not visible in docs menu item  
![Screenshot from 2024-07-18
19-38-02](https://github.com/user-attachments/assets/528f9e0d-4e26-49b9-a5a7-67bc42dc5e29)

After
![Screenshot from 2024-07-18
19-37-13](https://github.com/user-attachments/assets/2d6f3488-8824-47a4-980f-2804c9b4f48e)
  • Loading branch information
stefano-ottolenghi authored Jul 19, 2024
1 parent 7f3cd62 commit a446316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ body {
}

.navbar-item.docs .navbar-dropdown {
width: 320px;
width: 660px;
max-width: 660px;
}

.navbar-item.labs .navbar-dropdown {
Expand Down

0 comments on commit a446316

Please sign in to comment.