- Issue created by @leopathu
- Assigned to debdeep.mukhopadhyay
- Status changed to Needs review
5 months ago 7:32am 7 August 2024 @leopathu
You can use this CSS, to hide "to
from "form display"
.paragraphs-tabs .field-actions {
font-size: 0;
}
and, we can't place a div or wrapper to the text as this structure is coming from the core...- First commit to issue fork.
- Merge request !153Issue #3466304: Hide "To {paragraph type}" suffix. → (Open) created by sourojeetpaul
Hi @debdeep.mukhopadhyay,
I appreciate your solution which will come handy in resolving the issue, but seems like a little mistake in the class name on which the CSS needs to be targeted!
I'm not sure why you haven't raised its corresponding MR, as its labelled as 'Bug Report' we should provide an MR/patch on addressing that.
Simply commenting an providing assistance is generally being done at 'Support Requests'. Also please make sure to unassign yourself from the issue after you've done your job , so that others can participate in!I've made some tiny changes and raised the corresponding MR for the same. @leopathu Hope it'll help on resolution to your reported problem. Please have a look and help it move forward. Though I'm not sure whether the maintainer's would like to ship that in, cause I don't think its something of a style break or so.
Sorry, forgot to add the before and after screenshots for quick reference. Here it is!
- 🇨🇭Switzerland berdir Switzerland
That's not supposed to be a merge requests, that's just a workaround to achieve that goal.