Skip to content

Commit 4811fdb

Browse files
committed
refactor: Remove obsolete width and height properties of the template card
1 parent d02e7f2 commit 4811fdb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

resources/template-card/test/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ <h1>Preview</h1>
2323
<div class="card-section">
2424
<h2>Integration Card</h2>
2525
<ui-integration-card
26-
id="card"
27-
width="300px"
28-
height="400px">
26+
id="card">
2927
</ui-integration-card>
3028
</div>
3129
<div id="editorSection"

0 commit comments

Comments
 (0)