Commit 96a3439
authored
Prevent popup widget from wrapping to next line (#7673)
#### Rationale
Protein name display looks better when the popup widget isn't wrapped to
the next line in a table cell.
#### Changes
- Inject a non-breaking space to ensure no inopportune wrapping
#### Tasks 📍
- [x] Claude Code Review
- [x] Manual Testing @labkey-tchad
- Create a Panorama folder (subtype: Experiment)
- Import MRMer.zip
(https://github.com/LabKey/targetedms/blob/develop/test/sampledata/TargetedMS/MRMer.zip)
- Click the Peptide Groups link in the runs grid
- Check that the protein name and down-arrow render without wrapping
- [x] Verify Safari
- [x] Verify Firefox
- [x] Verify Chrome
- ~Test Automation~
<img width="1085" height="355" alt="image"
src="https://github.com/user-attachments/assets/a1642c62-49fc-4925-8ce7-789e9cc6c39a"
/>1 parent f2f8cf5 commit 96a3439
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
138 | 140 | | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
| |||
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| 170 | + | |
167 | 171 | | |
168 | 172 | | |
169 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | | - | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments