-
Notifications
You must be signed in to change notification settings - Fork 0
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: [AXIMST-605] add file name to upload preview modal #202
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## ts-develop #202 +/- ##
=============================================
Coverage ? 89.50%
=============================================
Files ? 651
Lines ? 10884
Branches ? 2253
=============================================
Hits ? 9742
Misses ? 1103
Partials ? 39 ☔ View full report in Codecov by Sentry. |
} | ||
|
||
.modal-preview-text { | ||
font-size: 14px; |
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.
[nit] It's better to use flexible units of measurement
font-size: 14px; | |
font-size: .875rem; |
@vladislavkeblysh Please increase your test coverage according to the |
AXIMST-605