Ajax progress throbber icon overlapping the button in schedule transition page

Steps to reproduce

  1. Install Drupal 10 with Claro as the admin theme.
  2. Install scheduled_transitions module.
  3. Enable workflows for the page content type.
  4. /admin/config/workflow/workflows/manage/editorial

  5. Create a block content.
  6. Click on Add schedules transition button en/admin/content/block/1/scheduled-transitions
    you will see the ajax-progress-icon is overlapping the button.

Proposed resolution

Add margin-left to progress icon.

Comments

Gauravvvv created an issue. See original summary.

gauravvvv’s picture

Status: Active » Needs review
StatusFileSize
new1.49 KB

I have added the margin-inline-start to the button, added patch for same. please review

smustgrave’s picture

Status: Needs review » Postponed (maintainer needs more info)

There an example in core of this issue?

gauravvvv’s picture

I didn't find any instance without using contrib moudle. But I found some inconsistency with the ajax-progress--throbber in configure block page. I have created an issue for same. #3384071: Claro Spacing inconsistency in ajax progress icon with action button

pameeela’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)
Issue tags: +Bug Smash Initiative
StatusFileSize
new14.71 KB

Looks like this was fixed in the meantime.