Skip to content

Commit

Permalink
Merge pull request #694 from 10up/fix/664
Browse files Browse the repository at this point in the history
Add a bottom margin to the Classify button if needed
  • Loading branch information
dkotter authored Feb 6, 2024
2 parents fe6dc25 + 9b3226f commit 6f3ca32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/scss/language-processing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,13 @@
}
}
}

.classifai-panel {
#classify-post-component {
margin-bottom: 12px;
}

div:last-of-type {
margin-bottom: 0!important;
}
}

0 comments on commit 6f3ca32

Please sign in to comment.