mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 14:34:05 +02:00
14 lines
417 B
HTML
14 lines
417 B
HTML
|
<div class="figure-wrapper textarea">
|
||
|
<figure
|
||
|
aria-label="A filled textarea that is vertically larger and has a label that says Vertical resize"
|
||
|
style="padding-block: 16px; gap: 16px"
|
||
|
>
|
||
|
<style>
|
||
|
.figure-wrapper.textarea md-filled-text-field {
|
||
|
resize: vertical;
|
||
|
}
|
||
|
</style>
|
||
|
<md-filled-text-field type="textarea" label="Vertical resize" rows="3"></md-filled-text-field>
|
||
|
</figure>
|
||
|
</div>
|