Compare commits
No commits in common. "17e88e5d3c202f4920b50852c4077eaec80cccdb" and "d886bb135fc60d6b387b9b2ffe3a42bfdec96b1a" have entirely different histories.
17e88e5d3c
...
d886bb135f
@ -428,8 +428,8 @@ let fileCheck = false;
|
||||
|
||||
</div>
|
||||
<div className="footer-btn-wrap">
|
||||
{isBtnDisable === false && <button className="btn-origin navy mr5" onClick={handleQnaSubmit}>{getMessage("qna.reg.header.save")}</button>}
|
||||
<button className="btn-origin grey" onClick={() => {
|
||||
{isBtnDisable === false && <button className="btn-origin grey mr5" onClick={handleQnaSubmit}>{getMessage("qna.reg.header.save")}</button>}
|
||||
<button className="btn-origin navy" onClick={() => {
|
||||
setOpen(false)
|
||||
}}>{getMessage("board.sub.btn.close")}</button>
|
||||
</div>
|
||||
|
||||
@ -447,11 +447,10 @@
|
||||
border-top: none;
|
||||
.community_detail-file-wrap{
|
||||
padding-top: 0;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.community_detail-inner{
|
||||
max-height: 110px;
|
||||
margin-top: 0;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
@ -462,14 +461,12 @@
|
||||
border: 1px solid #101010;
|
||||
.community_detail-inner{
|
||||
max-height: 110px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 0;
|
||||
|
||||
}
|
||||
.community_detail-file-wrap{
|
||||
border-top: 1px solid #D4DCE7;
|
||||
padding: 16px 0 0 0;
|
||||
border-bottom: none;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user