Dummy measurement edit
This commit is contained in:
parent
fa6507be66
commit
40f2b789e4
6 changed files with 93 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue