We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add note
1 parent 87b494e commit 910e8a2Copy full SHA for 910e8a2
1 file changed
app/assets/stylesheets/components/notes.css
@@ -129,7 +129,7 @@
129
}
130
131
.note-field {
132
- margin-bottom: var(--spacing-2);
+ margin: var(--spacing-2);
133
134
135
.note-textarea {
@@ -144,6 +144,11 @@
144
.note-actions {
145
display: flex;
146
justify-content: flex-end;
147
+ margin: 0 var(--spacing-2);
148
+}
149
+
150
+.note-actions > input {
151
+ margin: 0;
152
153
154
.note-actions-row {
0 commit comments