more
This commit is contained in:
@@ -335,7 +335,7 @@ const RequestEditPage = () => {
|
||||
const editingContent = () => {
|
||||
return (
|
||||
<>
|
||||
<div> {headerPicker()}</div>
|
||||
<div> {headerPicker(state, fetchedCase, onScrollClick)}</div>
|
||||
<div className="doc-editing-wrapper">
|
||||
<div className="pleading-header">{headerString}</div>
|
||||
{/*displayCopy.prelimaryStatement*/}
|
||||
|
||||
@@ -36,10 +36,12 @@
|
||||
}
|
||||
|
||||
.doc-editing-instructions-header {
|
||||
font-family: Roboto;
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
font-size: 1.1rem;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.02rem;
|
||||
}
|
||||
|
||||
.doc-edit-subheader {
|
||||
@@ -47,6 +49,7 @@
|
||||
flex-direction: row;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.req-item-outer-div {
|
||||
margin-bottom: 10px;
|
||||
&.row {
|
||||
|
||||
Reference in New Issue
Block a user