more
This commit is contained in:
@@ -31,6 +31,7 @@ const EditElement = (props) => {
|
||||
style={{ width: "100%" }}
|
||||
onBlur={(e) => handleBlur(e, i)}
|
||||
tabIndex="0"
|
||||
className="unshow-ele"
|
||||
></div>
|
||||
) : (
|
||||
<div
|
||||
|
||||
@@ -407,10 +407,16 @@
|
||||
.req-edit-comesnow {
|
||||
line-height: 2;
|
||||
text-align: justify;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.req-edit-comesnow-box {
|
||||
min-width: 740px;
|
||||
min-width: 600px;
|
||||
margin-bottom: 18px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.scroll-button {
|
||||
|
||||
Reference in New Issue
Block a user