-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: Minimize styling changes affected by Angular upgrade #1317
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1317 +/- ##
=======================================
Coverage 73.21% 73.21%
=======================================
Files 166 166
Lines 5428 5428
Branches 607 607
=======================================
Hits 3974 3974
Misses 1323 1323
Partials 131 131 ☔ View full report in Codecov by Sentry. |
386f33a
to
c9beda1
Compare
c9beda1
to
562b5cb
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for the great improvements and addressing all of the issues mentioned. Especially, I love the little changes you make along the way to improve the code :)
I found another few issues, please have a look at them. I'll merge this one again, you can address those in a follow-up PR.
...s-wrapper/create-sessions/create-persistent-session/create-persistent-session.component.html
Show resolved
Hide resolved
frontend/src/app/settings/core/user-settings/user-settings.component.html
Show resolved
Hide resolved
...nd/src/app/projects/models/diagrams/model-diagram-dialog/model-diagram-dialog.component.html
Show resolved
Hide resolved
...nd/src/app/projects/models/diagrams/model-diagram-dialog/model-diagram-dialog.component.html
Show resolved
Hide resolved
...nd/src/app/projects/models/diagrams/model-diagram-dialog/model-diagram-dialog.component.html
Show resolved
Hide resolved
@@ -32,7 +32,7 @@ <h2>View diagrams</h2> | |||
</span> | |||
<div class="flex flex-wrap"> | |||
<div | |||
class="collab-card !flex grow basis-[calc(30%-20px)] flex-col justify-between" | |||
class="collab-card !flex grow basis-[calc(30%-20px)] flex-col justify-between gap-5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lingering issues copied from #1195: