Add div wrapper for "To" Paragraph Type Word

Created on 6 August 2024, 5 months ago

For Multi Paragraph reference field there is a word "To {paragraph type}" After the Add item Button
If we want to hide this text. It is very hard to do now.
If we have a div wrapper for that. We can simply hide it with CSS if not needed.

🐛 Bug report
Status

Active

Version

1.0

Component

User interface

Created by

🇮🇳India leopathu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @leopathu
  • Status changed to Needs review 5 months ago
  • @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.
  • Pipeline finished with Failed
    2 months ago
    Total: 45s
    #322949
  • 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.

Production build 0.71.5 2024