Skip to content

Commit 531543f

Browse files
authored
Merge pull request #192 from Gachon-Univ-Creative-Code-Innovation/feat/delete-not-use
feat:맞춤법검사 버튼 삭제
2 parents 75f3066 + d7c17da commit 531543f

3 files changed

Lines changed: 625 additions & 651 deletions

File tree

src/components/SpellCheckComponent/SpellCheckComponent.jsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/screens/Write/Write.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,17 @@
200200

201201
.editor-actions {
202202
display: flex;
203-
justify-content: space-between;
203+
justify-content: flex-end;
204204
align-items: center;
205205
padding-bottom: 40px;
206206
margin-top: 20px;
207+
width: 100%;
207208
}
208209

209210
.editor-button-group {
210211
display: flex;
211212
gap: 12px;
213+
margin-left: auto;
212214
}
213215

214216
.summary-popup-overlay {

0 commit comments

Comments
 (0)