Skip to content

Commit 869d86c

Browse files
committed
fix hidden input bars for build
1 parent 70d984f commit 869d86c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/web/src/styles/_console.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
gap: 0.25rem;
505505
overflow: visible;
506506

507-
input[type="text"] {
507+
.code-gen-custom-input {
508508
width: 100%;
509509
height: 3.25rem;
510510
border-radius: 5px;

packages/web/src/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ <h1>Thing Description Playground</h1>
16251625
<input
16261626
type="text"
16271627
id="code-gen-language-custom"
1628-
class="hidden"
1628+
class="code-gen-custom-input hidden"
16291629
placeholder="Enter language name"
16301630
/>
16311631
</div>
@@ -1635,7 +1635,7 @@ <h1>Thing Description Playground</h1>
16351635
<input
16361636
type="text"
16371637
id="code-gen-library-custom"
1638-
class="hidden"
1638+
class="code-gen-custom-input hidden"
16391639
placeholder="Enter library name"
16401640
/>
16411641
</div>

0 commit comments

Comments
 (0)