- fixed styles for paragraph field;
- update user's new faq item field - now editor; - fixed displaying docs requested as html content; - fixed displaying flow; - fixed submitting new faq item;
This commit is contained in:
@@ -153,5 +153,42 @@
|
||||
}
|
||||
|
||||
.appForm__content {
|
||||
p {
|
||||
margin-bottom: 10px;
|
||||
|
||||
&.ql-indent-1 {
|
||||
padding-left: 3em;
|
||||
}
|
||||
&.ql-indent-2 {
|
||||
padding-left: 6em;
|
||||
}
|
||||
&.ql-indent-3 {
|
||||
padding-left: 9em;
|
||||
}
|
||||
&.ql-indent-4 {
|
||||
padding-left: 12em;
|
||||
}
|
||||
&.ql-indent-5 {
|
||||
padding-left: 15em;
|
||||
}
|
||||
&.ql-indent-6 {
|
||||
padding-left: 18em;
|
||||
}
|
||||
&.ql-indent-7 {
|
||||
padding-left: 21em;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 15px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
li[data-list="bullet"] {
|
||||
list-style: disc;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user