Commit 442695b
fix: restore .dropdown-menu-right utility for right-aligned dropdowns (#15137)
Since bootstrap.min.css is no longer loaded, the essential Bootstrap
dropdown rules were re-implemented by hand in components/tailwind.css.
That compat block omitted the `.dropdown-menu-right` utility
(right: 0; left: auto), so every menu marked `dropdown-menu-right`
(42 usages across 30+ templates, e.g. the finding actions menu) fell
back to left-alignment and overflowed off the right edge of the page,
clipping its labels and forcing horizontal page scroll.
Restore the rule in the Bootstrap-compat block and rebuild
tailwind-out.css (tailwindcss 4.2.4, matching the committed artifact).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 65c5f36 commit 442695b
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1177 | 1177 | | |
1178 | 1178 | | |
1179 | 1179 | | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
1180 | 1183 | | |
1181 | 1184 | | |
1182 | 1185 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments