Commit ca911f0
authored
Fix tooltip cutoff (#2936)
We introduced a tooltip for search in #2758
This works fine with the default settings (displaying the "New" button),
however, if you have disabled "New" routes the tooltip is nearer the right
edge of the screen and the tooltip is cutoff.
We fix this by aligning the tooltip to the right, such that even if there
is no "New" button the full tooltip is still displayed.1 parent fb51712 commit ca911f0
File tree
3 files changed
+5
-5
lines changed- app/assets
- builds/administrate
- stylesheets/administrate/components
3 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments