Commit 07b003f
authored
fix(analysis): Fix UI wording and gap sizes DEV-1195 (#6481)
### 📣 Summary
Cleared up some confusing UI mistakes in the button wording and gap
sizes.
### 👀 Preview steps
1. ℹ️ have an account and a project with NLP compatible submissions
2. Go to analysis tab in NLP
3. create a question
4. delete the question
5. 🔴 [on main] notice that the modal says "delete account"
6. 🟢 [on PR] notice that the modal just says "delete"
7. create a select question
8. add some options
5. 🔴 [on main] notice that there is a big gap between options
10. 🟢 notice that the gap is the same size as production (10px)1 parent ef5fe05 commit 07b003f
File tree
2 files changed
+3
-2
lines changed- jsapp/js/components/processing/analysis
- editors
- responseForms
2 files changed
+3
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments