Commit 1040e0c
authored
Prevent text in the mobile popover from being truncated on an iPhone 14 Pro Max (#364)
The text in this popover menu was being truncated on my iPhone 14 Pro Max. We couldn't reproduce it on my laptop even with the screen size, but after hooking up my iPhone to my Macbook to debug, we found that adding `w-max` to the `div` fixed the issue on my iPhone and didn't cause any unintended visual regressions when retesting the popover on my laptop.1 parent 3401faa commit 1040e0c
File tree
1 file changed
+1
-1
lines changed- app/routes/jam
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments