Skip to content

Commit 0059b91

Browse files
committed
Fix deprecation notice. Ensure button has proper top margin
1 parent ca86050 commit 0059b91

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/js/features/classification/previewer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
.classifai-panel {
161161
#classify-post-component {
162162
margin-bottom: 12px;
163+
margin-top: 12px;
163164
}
164165

165166
div:last-of-type {

src/js/features/classification/taxonomy-controls.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ const TaxonomyControls = ( { onChange, query } ) => {
747747
suggestions={ terms.names }
748748
onChange={ onTermsChange( slug ) }
749749
__next40pxDefaultSize
750+
__nextHasNoMarginBottom
750751
/>
751752
</div>
752753
{ ! hasAI && (

0 commit comments

Comments
 (0)