allow users to write with tabs instead of spaces

This commit is contained in:
ansuz
2017-08-11 15:21:26 +02:00
parent 64849507b3
commit 66cacf08da
3 changed files with 55 additions and 6 deletions

View File

@@ -31,6 +31,9 @@
&[type="number"] {
border-right: 1px solid #adadad;
}
&[type="checkbox"] {
margin-right: 100%;
}
}
}
.infoBlock {