Skip to content
Snippets Groups Projects
Commit 40321eb8 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Add -moz-box-sizing rules to the styles that use box-sizing

Apparenly Firefox still hasn't caught up on the unprefixed version.
parent 2baf270a
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
z-index: 2;
display: inline-block;
height: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
border-left: 1px solid #ddd;
......
......@@ -14,6 +14,7 @@
line-height: 16px;
text-align: center;
color: white;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.CodeMirror-Tern-completion-unknown:before {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment