Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OEL-001: Better badge styling in summary. #22

Merged
merged 2 commits into from
Sep 27, 2021
Merged

OEL-001: Better badge styling in summary. #22

merged 2 commits into from
Sep 27, 2021

Conversation

drishu
Copy link
Contributor

@drishu drishu commented Sep 23, 2021

No description provided.

@@ -16,10 +16,13 @@
* @ingroup themeable
*/
#}
{% set attributes = create_attribute() %}
{% set attributes = attributes.addClass('me-2') %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion, you could do both to simplify as follows:
set attributes = create_attribute({'class': ['me-2']})

@drishu drishu merged commit 0d85186 into 1.x Sep 27, 2021
@drishu drishu deleted the OEL-001 branch September 27, 2021 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants