We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fee25 commit 61e78f8Copy full SHA for 61e78f8
1 file changed
2-ui/4-forms-controls/3-events-change/1-calculate-capitalization/source.view/index.html
@@ -68,12 +68,14 @@
68
<th id="money-before"></th>
69
<th id="money-after"></th>
70
</tr>
71
- <td>
72
- <div style="background: red;width:40px;height:100px"></div>
73
- </td>
74
75
- <div style="background: green;width:40px;height:0" id="height-after"></div>
76
+ <tr>
+ <td>
+ <div style="background: red;width:40px;height:100px"></div>
+ </td>
+ <div style="background: green;width:40px;height:0" id="height-after"></div>
77
78
+ </tr>
79
</table>
80
81
<script>
@@ -99,4 +101,4 @@
99
101
100
102
</body>
103
-</html>
104
+</html>
0 commit comments