1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Changed input of lists to textarea

Fixes #340
This commit is contained in:
kkapsner 2019-04-25 23:39:52 +02:00
parent 23509ea827
commit 56b830c5a9
4 changed files with 26 additions and 9 deletions

View file

@ -115,10 +115,13 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
white-space: pre-wrap;
padding-right: 5px;
}
input[type=""], input[type="text"], input[type="number"], select {
input[type=""], input[type="text"], input[type="number"], select, textarea {
width: 100%;
box-sizing: border-box;
}
textarea {
resize: vertical;
}
*.multiple2 {
width: 50% !important;
}