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:
parent
c34914ee8a
commit
ef86d714ac
@ -110,7 +110,8 @@ input[type="text"],input[type="password"],textarea {
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form table tr td {
|
||||
|
Loading…
x
Reference in New Issue
Block a user