-
Notifications
You must be signed in to change notification settings - Fork 477
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
feat(addon-editor): add pretty bottom indent for content editable area #4460
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
BundleMonUnchanged files (6)
Total files change -2B 0% Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
Visit the preview URL for this PR (updated for commit 7034427): https://taiga-ui--pr4460-splincode-fix-issues-jq4afwr2.web.app (expires Wed, 17 May 2023 13:47:16 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4b5ece1e114386f6a105425ef799091475b249eb |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4460 +/- ##
==========================================
- Coverage 70.32% 69.83% -0.50%
==========================================
Files 1511 1560 +49
Lines 16524 17094 +570
Branches 2344 2404 +60
==========================================
+ Hits 11620 11937 +317
- Misses 4516 4762 +246
- Partials 388 395 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -51,6 +51,7 @@ | |||
display: flex; | |||
max-height: inherit; | |||
border-top: 1.625rem solid transparent; | |||
border-bottom: 1px solid transparent; | |||
border-bottom: 0.3125rem solid transparent; | |||
padding-bottom: calc(1.625rem - 0.3125rem); |
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.
Unnecessary calc
2b2dbeb
to
7034427
Compare
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #4457
What is the new behavior?