-
-
Notifications
You must be signed in to change notification settings - Fork 49.3k
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
style: fix transfer search padding in rtl #23962
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6cc2b79:
|
Codecov Report
@@ Coverage Diff @@
## master #23962 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 364 364
Lines 7270 7270
Branches 1976 1976
=======================================
Hits 7181 7181
Misses 89 89 Continue to review full report at Codecov.
|
@@ -35,7 +35,7 @@ | |||
} | |||
|
|||
&-search { | |||
padding-right: 24px !important; |
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.
看看当初为啥加这个 !important
,避免改挂。
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.
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.
没发现有啥问题
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.
有点记不起来了,不过试了下应该可以去掉。
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
padding
☑️ Self Check before Merge