Skip to content

Commit 455f426

Browse files
committed
increase textarea rows
1 parent b10a6dc commit 455f426

File tree

1 file changed

+6
-1
lines changed
  • src/repositories/chechen-transliterator

1 file changed

+6
-1
lines changed

src/repositories/chechen-transliterator/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ title: Chechen Transliterator
44
---
55

66
<h1>Chechen Transliterator</h1>
7-
<textarea id="transliteration-input" placeholder="Enter text to transliterate" class="form-control my-3"></textarea>
7+
<textarea
8+
id="transliteration-input"
9+
placeholder="Enter text to transliterate"
10+
class="form-control my-3"
11+
rows="5"
12+
></textarea>
813
<button id="transliterate-button" class="btn btn-primary">Transliterate</button>
914
<p class="mt-3">Output: <span id="transliteration-output" class="font-weight-bold"></span></p>
1015

0 commit comments

Comments
 (0)