more
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user