Commit 2227a706 authored by Randall Leeds's avatar Randall Leeds

Better font size resets for inject

Closes #749
Closes #752
parent ccc8003d
......@@ -115,6 +115,7 @@ $baseFontSize: 14px;
font-weight: bold;
font-family: $sansFontFamily;
font-size: 13.1px;
line-height: 17.5px;
left: 5px;
right: 2px;
position: absolute;
......@@ -237,6 +238,10 @@ $baseFontSize: 14px;
margin-left: 0;
}
* {
font-size: 100%;
}
& > iframe {
@include reset-box-model;
height: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment