Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Fix modal title overflow + ember-keyboard dep #11

Merged
merged 2 commits into from
Sep 21, 2022

Conversation

jmar910
Copy link
Member

@jmar910 jmar910 commented Sep 21, 2022

@jmar910 jmar910 self-assigned this Sep 21, 2022
@github-actions
Copy link
Contributor

Test coverage: 92.33%

🚨 No before coverage could be loaded

@jmar910 jmar910 force-pushed the james/fix-modal-title-overflow branch from ffcb87a to b1753ba Compare September 21, 2022 09:36
Copy link
Contributor

@jayjayjpg jayjayjpg left a comment

Choose a reason for hiding this comment

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

This reads great, thank you for the quick update! ✨

@@ -34,7 +34,7 @@
{{#if @title}}
<h2
id={{this.titleId}}
class="text-gray-900 font-semibold text-2xl mb-8"
class="text-gray-900 font-semibold text-2xl mb-8 overflow-hidden text-ellipsis"
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice catch, thank you for adding this! ✨

@@ -39,7 +39,7 @@
"dependencies": {
"ember-cli-babel": "^7.26.10",
"ember-cli-htmlbars": "^5.7.2",
"ember-keyboard": "7.0.1",
"ember-keyboard": "6.0.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

Great catch as well, thank you for the update!

@jmar910 jmar910 changed the title James/fix modal title overflow Fix modal title overflow + ember-keyboard dep Sep 21, 2022
@github-actions
Copy link
Contributor

Test coverage: 92.33%

🚨 No before coverage could be loaded

@jmar910 jmar910 merged commit e32bc03 into main Sep 21, 2022
@meroxa-machine meroxa-machine mentioned this pull request Sep 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants