Fix margin of textarea on option page

This commit is contained in:
sienori 2019-05-03 04:47:02 +09:00
parent 68a7f7456c
commit 1305975af6

View file

@ -10,7 +10,7 @@
&.showColumn {
flex-direction: column;
.optionForm {
margin: 0px 10px;
margin: 0px;
}
}