Skip to content

Commit

Permalink
add class
Browse files Browse the repository at this point in the history
  • Loading branch information
TRMSC committed Nov 13, 2023
1 parent f2bfd74 commit 60698e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3>
</div>
</div>
<div class="input-container">
<textarea class="generate" id="imagescene-filename" name="imagescene-filename" rows="1" spellcheck="false" wrap="off" placeholder="Alternativ kann ein eigener Dateiname vergeben werden (ohne Dateiendung)..."></textarea>
<textarea class="generate ic-no-overflow" id="imagescene-filename" name="imagescene-filename" rows="1" spellcheck="false" wrap="off" placeholder="Alternativ kann ein eigener Dateiname vergeben werden (ohne Dateiendung)..."></textarea>
</div>
<div class="input-container">
<label for="imagescene-result" class="miniheading">Code:</label>
Expand Down
3 changes: 3 additions & 0 deletions docs/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ h3 {
.ic-hidden {
visibility: hidden;
}
.ic-no-overflow {
overflow: hidden;
}
.ic-d-none {
display: none!important;
}
Expand Down

0 comments on commit 60698e8

Please sign in to comment.