This commit is contained in:
Kenneth Jannette
2024-03-16 17:44:14 -05:00
parent fc0c60fc08
commit e1a712f144
2 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ const EditElement = (props) => {
style={{ width: "100%" }} style={{ width: "100%" }}
onBlur={(e) => handleBlur(e, i)} onBlur={(e) => handleBlur(e, i)}
tabIndex="0" tabIndex="0"
className="unshow-ele"
></div> ></div>
) : ( ) : (
<div <div

View File

@@ -407,10 +407,16 @@
.req-edit-comesnow { .req-edit-comesnow {
line-height: 2; line-height: 2;
text-align: justify; text-align: justify;
max-width: 700px;
} }
.req-edit-comesnow-box { .req-edit-comesnow-box {
min-width: 740px; min-width: 600px;
margin-bottom: 18px; margin-bottom: 18px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} }
.scroll-button { .scroll-button {