Commit c5e275e
committed
feat(menu): optimize responsive menu overflow handling
- Increase buffer space for More dropdown from 100px to 300px for better spacing
- Remove hard limit of 8 visible menu items to allow more flexible overflow
- Add whitespace-nowrap to root-level menu items to prevent text wrapping
- Improve menu item visibility calculation for better responsive behavior1 parent 98f8b42 commit c5e275e
File tree
2 files changed
+3
-3
lines changed- src/assets
- js/partials
- styles/04-components
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments