Skip to content

Commit

Permalink
Fix Boarder for transn Operator
Browse files Browse the repository at this point in the history
  • Loading branch information
shadinaif committed Apr 9, 2019
1 parent 9bf2a65 commit 56f8565
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 25 deletions.
1 change: 1 addition & 0 deletions dist/arabic.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions dist/unpacked/arabic.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
border: none;
}

/* Fixing \transn to give it a reserved space using boarder */
.MathJax_CHTML .mjx-mrow > .mjx-mtext .mjx-char.MJXc-TeX-unknown-R {
border: solid transparent;
border-width: 0.45em 0;
}

/* HTML-CSS Output Jax CSS */
.MathJax .mfliph {
display: inline-block !important;
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-uglifycss": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-order": "^1.2.0",
"gulp-plumber": "1.0.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.2.0",
"gulp-uglifycss": "^1.1.0",
"run-sequence": "^1.2.1"
},
"author": "Omar Al-Ithawi <i@omardo.com>",
Expand Down
6 changes: 6 additions & 0 deletions src/css/common-html.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@
padding-bottom: 0.45em;
border: none;
}

/* Fixing \transn to give it a reserved space using boarder */
.MathJax_CHTML .mjx-mrow > .mjx-mtext .mjx-char.MJXc-TeX-unknown-R {
border: solid transparent;
border-width: 0.45em 0;
}

0 comments on commit 56f8565

Please sign in to comment.