Math tag block display works again.

(fixes contain display as block issue)
This commit is contained in:
Ludwig Schubert
2017-08-29 11:08:35 -07:00
parent 8cd7760dd2
commit f66e6fd11e
+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;
}