Skip to content

Commit 6f3ca32

Browse files
authored
Merge pull request #694 from 10up/fix/664
Add a bottom margin to the Classify button if needed
2 parents fe6dc25 + 9b3226f commit 6f3ca32

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/scss/language-processing.scss

+10
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,13 @@
187187
}
188188
}
189189
}
190+
191+
.classifai-panel {
192+
#classify-post-component {
193+
margin-bottom: 12px;
194+
}
195+
196+
div:last-of-type {
197+
margin-bottom: 0!important;
198+
}
199+
}

0 commit comments

Comments
 (0)