This commit is contained in:
Kenneth Jannette
2024-03-14 04:08:11 -05:00
parent 140f02d47a
commit a9fea52796
2 changed files with 94 additions and 34 deletions

View File

@@ -30,19 +30,13 @@
display: flex;
flex-direction: column;
justify-content: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.req-editing-sub-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
min-width: 700px;
}
.doc-editing-instructions-header {
@@ -69,7 +63,7 @@
}
.req-item-inner-div {
min-width: 700px;
min-width: 720px;
}
.doc-editing-button-container {
@@ -334,10 +328,7 @@
.request-text-up {
color: #a2a2a2;
margin-top: 6px;
margin-bottom: 12px;
line-height: 2;
padding: 0px 5px;
margin-top: 5px;
text-align: justify;
&.reqq {
max-width: 24px;
@@ -385,6 +376,7 @@
text-align: justify;
}
.req-edit-comesnow-box {
min-width: 740px;
margin-bottom: 18px;
}