Skip to content

Commit

Permalink
remove additional spacing fix
Browse files Browse the repository at this point in the history
it breaks the spacing between fields (eg. when the site select is shown)
  • Loading branch information
duncanmcclean authored Nov 8, 2024
1 parent 624f650 commit 6d994fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions resources/js/components/EditImportForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
</div>
</template>

<style>
.publish-field__destination .publish-field, .publish-field__source .publish-field {
padding-top: 0!important;
padding-bottom: 0!important;
}
</style>

<script>
import HasHiddenFields from '../../../vendor/statamic/cms/resources/js/components/publish/HasHiddenFields';
Expand Down

0 comments on commit 6d994fc

Please sign in to comment.