pull/502/head
Pete Matsyburka 4 months ago
parent 7b74487214
commit 1b60b42428

@ -9,6 +9,10 @@
if (this.field.scrollHeight > this.field.clientHeight) {
this.field.classList.add('text-[0.8vw]', 'lg:text-[0.50rem]');
}
if (this.field.scrollHeight > this.field.clientHeight) {
this.field.classList.add('text-[0.7vw]', 'lg:text-[0.45rem]');
}
}
}
get field() {

Loading…
Cancel
Save