Skip to content

Commit

Permalink
調整 問題顯示區 && textarea 高度
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Apr 3, 2023
1 parent f7fa999 commit 2747060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
}
.dialog #questionPreviewArea {
max-height:280px;
max-height:200px;
overflow:auto;
font-size: 18px;
}
.question-textarea {
width: 100%;
height: 250px;
height: 350px;
border: 1px solid #ccc;
border-radius: 3px;
padding: 5px;
Expand Down

0 comments on commit 2747060

Please sign in to comment.