Commit d6763a0
committed
fix(dashboard): truncate long checkout URL from the start
Button wraps children in an unconstrained inline-flex span, so the long
checkout URL sized that wrapper past the button and got clipped on both
ends by justify-center, hiding the start of the URL.
Constrain the wrapper from the call site so the URL can shrink, and
left-align it so the ellipsis lands at the end.1 parent 094b9cb commit d6763a0
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments