Dummy measurement edit

This commit is contained in:
Matthew Dillon 2015-09-16 09:12:13 -07:00
parent fa6507be66
commit 40f2b789e4
6 changed files with 93 additions and 14 deletions

View file

@ -1,3 +1,10 @@
input[type="text"] {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ql-editor {
font-size: 18px;
}