This commit is contained in:
Shan Carter
2017-08-29 11:09:40 -07:00
+2 -1
View File
@@ -9,10 +9,11 @@ const T = Template('d-math', `
<style>
:host {
display: inline-block;
contain: content;
}
d-math[block] {
:host([block]) {
display: block;
}