1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 23:39:46 +01:00

style.css: adjust textarea causing horizontal scrolling issues

This commit is contained in:
Zankaria 2025-01-03 19:38:53 +01:00 committed by Zankaria
parent c34914ee8a
commit ef86d714ac

View File

@ -110,7 +110,8 @@ input[type="text"],input[type="password"],textarea {
} }
textarea { textarea {
width: 100%; box-sizing: border-box;
width: 100%;
} }
form table tr td { form table tr td {