Commit e09aec3
Improve tooltip text wrapping for SentryNodes registration (#162)
- Add max-width constraint to tooltips (300px)
- Enable proper text wrapping with white-space: normal
- Add word-wrap: break-word for long text
- Improve line-height and padding for better readability
- Apply styles to both tooltipSysClass and global ReactTooltip
Fixes tooltip display issues where long text like 'Collateral index'
info extends horizontally instead of wrapping to multiple lines
Co-authored-by: Ted Ian Osias <ted@syscoin.org>1 parent 5dfad0e commit e09aec3
2 files changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
111 | 118 | | |
0 commit comments