- Issue created by @gauravvvv
- Status changed to Needs review
almost 2 years ago 4:25am 15 March 2023 - 🇮🇳India nikhil_110
Patch #2 has been successfully applied.. I have attached the screenshot..
- Status changed to Needs work
almost 2 years ago 1:39pm 15 March 2023 - 🇺🇸United States smustgrave
Seems to have a number out of scope changes outside of removing a todo.
If more is being fixed here it should be added to the issue summary.
- Status changed to Needs review
almost 2 years ago 4:17am 16 March 2023 - Assigned to Guru2023
- Issue was unassigned.
- Status changed to RTBC
almost 2 years ago 6:58am 16 March 2023 - 🇮🇳India Guru2023
I have reviewed patch #2 and it has been successfully applied. Please see attached screenshot for reference .
- Status changed to Needs work
almost 2 years ago 6:34pm 16 March 2023 - 🇺🇸United States bnjmnm Ann Arbor, MI
@Nikhil_110 there's no value in showing screenshots of code or patches applying. We have automated processes (notice the green box that says "pass") that confirms a patch applies
@Guru2023 there's no value in showing a screenshot of changed code. The patch shows the code getting changed, the testbot lets us know it works.
+++ b/core/themes/olivero/css/components/form.pcss.css @@ -16,8 +16,11 @@ -.form-item__label--multiple-value-form { +.form-item__label--multiple-value-form, +.field-multiple-table .field-label h4.label { + display: inline-block; margin-block: 0; + vertical-align: middle; font-size: inherit; font-weight: inherit; line-height: inherit;
Can we get an explanation in the issue summary what this change is for. It seems like the preprocess is removing the label class so I'm not sure why a style is being added that targets it. An explanation may be all that is needed.
- Status changed to Needs review
almost 2 years ago 3:44am 17 March 2023 - 🇮🇳India gauravvvv Delhi, India
Removed the unrelated file, added interdiff for same
- Status changed to Needs work
almost 2 years ago 2:08pm 17 March 2023 - 🇺🇸United States smustgrave
Going to say this needs an issue summary update still. What's the proposed solution?