We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75f3066 + d7c17da commit 531543fCopy full SHA for 531543f
3 files changed
src/components/SpellCheckComponent/SpellCheckComponent.jsx
src/screens/Write/Write.css
@@ -200,15 +200,17 @@
200
201
.editor-actions {
202
display: flex;
203
- justify-content: space-between;
+ justify-content: flex-end;
204
align-items: center;
205
padding-bottom: 40px;
206
margin-top: 20px;
207
+ width: 100%;
208
}
209
210
.editor-button-group {
211
212
gap: 12px;
213
+ margin-left: auto;
214
215
216
.summary-popup-overlay {
0 commit comments