-
Notifications
You must be signed in to change notification settings - Fork 93
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(NcRich*): style fixes and RTL support #6474
Conversation
- we did not support custom classes since component was merged, so should not be breaking Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
- closer to native ~40px from user agent Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@@ -1117,7 +1118,8 @@ export default { | |||
overflow: auto; | |||
// Hide container root element while initializing | |||
position: absolute; | |||
left: -10000px; | |||
/* stylelint-disable csstools/use-logical */ /* upstream logic */ | |||
left: -100vw; |
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.
why is this needed? Cant you just use inset-inline-start
?
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.
.tribute-container
applies computed styles to position itself with left
.
With RTL it's going to be left: <calculated>px; right: -100vw;
, so it will be out of screen
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.
Looks good to me
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.
Tested with Arabic, no issues.
/backport to next |
☑️ Resolves
markdownCssClasses
and styles for it🖼️ Screenshots
🏁 Checklist
next
requested with a Vue 3 upgrade