Skip to content
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 typo imoprtant->important #10

Open
alexandrenorman opened this issue Sep 9, 2017 · 0 comments
Open

fix typo imoprtant->important #10

alexandrenorman opened this issue Sep 9, 2017 · 0 comments

Comments

@alexandrenorman
Copy link

There is a typo in skins/debug/material.less: important property is spelled imoprtant.

Patch proposal:

diff --git a/skins/debug/material.css b/skins/debug/material.css
index 51dcecc..ffdd1dd 100644
--- a/skins/debug/material.css
+++ b/skins/debug/material.css
@@ -8595,7 +8595,7 @@ body.webix_print {
   }
   .webix_table_print .webix_rotate {
     transform-origin: center 40% !important;
-    -webkit-transform-origin: center !imoprtant;
+    -webkit-transform-origin: center !important;
   }
   .webix_table_print.borderless,
   .webix_table_print.borderless .webix_cell {
diff --git a/skins/debug/material.less b/skins/debug/material.less
index 3c10fbc..48c4438 100644
--- a/skins/debug/material.less
+++ b/skins/debug/material.less
@@ -8665,7 +8665,7 @@ body.webix_print{
     }
     .webix_rotate{
       transform-origin: center 40% !important;
-      -webkit-transform-origin: center !imoprtant;
+      -webkit-transform-origin: center !important;
     }
   }
   .webix_table_print.borderless, .webix_table_print.borderless .webix_cell{
diff --git a/skins/material.css b/skins/material.css
index d0e0012..d60d3a9 100644
--- a/skins/material.css
+++ b/skins/material.css
@@ -1684,7 +1684,7 @@ body.webix_print *{visibility:hidden}
 .webix_table_print .webix_header_cell{display:table-cell;color:#adadad;background:#fff;border-right:1px solid transparent;border-bottom:1px solid transparent}
 .webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}
 .webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal}
-.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center !imoprtant}
+.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center !important}
 .webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none}
 .webix_table_print.webix_view.webix_list-x{white-space:normal}
 .webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant