Skip to content

Commit 910e8a2

Browse files
committed
Change margins of Add note textarea and button
1 parent 87b494e commit 910e8a2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

app/assets/stylesheets/components/notes.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
}
130130

131131
.note-field {
132-
margin-bottom: var(--spacing-2);
132+
margin: var(--spacing-2);
133133
}
134134

135135
.note-textarea {
@@ -144,6 +144,11 @@
144144
.note-actions {
145145
display: flex;
146146
justify-content: flex-end;
147+
margin: 0 var(--spacing-2);
148+
}
149+
150+
.note-actions > input {
151+
margin: 0;
147152
}
148153

149154
.note-actions-row {

0 commit comments

Comments
 (0)