Problem/Motivation
On line 42 of the umami.theme, this class should be added as a new item in the array. Right now it’s stepping on any other classes in that array.
Proposed resolution
Add [] after the class to add 'label-items' as a new item in the array.
Issue fork drupal-3454274
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
markconroy commentedThanks for posting this issue @Lillian Bozeman.
I'll get a fix for it asap.
Comment #3
markconroy commented===
Thanks to Code Enigma for sponsoring my time to work on this.
Comment #5
markconroy commentedComment #6
smustgrave commentedSeems pretty straight froward.
Re-ran the failing tests and they're passing.
Tweaked the title some.
Comment #7
quietone commentedI read the issue summary, comments and the MR. There are no question here, so nothing is unanswered. :-)
This seems like a bug to me.
Comment #12
alexpottCommitted and pushed 238082ab82 to 11.x and 09db6d0852 to 11.0.x and cfeb5be479 to 10.4.x and 187c2bf4b3 to 10.3.x. Thanks!