Skip to content

Commit

Permalink
Add a bottom margin to the Classify button if other toggles are shown…
Browse files Browse the repository at this point in the history
…, to give proper spacing between the two
  • Loading branch information
dkotter committed Feb 5, 2024
1 parent 3b7262a commit 9b3226f
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 9b3226f

Please sign in to comment.