We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ... (check one with "x")
Current behavior: when set direction to RTL and print page with scale 80% and lower, there is big problem in output
Expected behavior: Should not have compilation error.
Steps to reproduce: open https://www.akveo.com/ngx-admin/pages/dashboard and set direction to RTL and then print preview with custom scale such as 60% and see the problem.
to solve the problem must edit NbLayoutComponent and set dir="rtl" to body element instead of html element
Related code:
constructor(private layoutDirectionService: NbLayoutDirectionService) {} .... this.layoutDirectionService.setDirection(NbLayoutDirection.RTL);
all Version of npm, angular, nebular chrome Version 126.0.6478.115
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
when set direction to RTL and print page with scale 80% and lower, there is big problem in output
Expected behavior:
Should not have compilation error.
Steps to reproduce:
open https://www.akveo.com/ngx-admin/pages/dashboard and set direction to RTL and then print preview with custom scale such as 60% and see the problem.
to solve the problem must edit NbLayoutComponent and set dir="rtl" to body element instead of html element
Related code:
Other information:
all Version of npm, angular, nebular
chrome Version 126.0.6478.115
The text was updated successfully, but these errors were encountered: