Skip to content

Commit

Permalink
Fixed bottom margin on default search
Browse files Browse the repository at this point in the history
Please enter the commit message for your changes. Lines starting
  • Loading branch information
feldsam committed Jan 31, 2021
1 parent d406fd3 commit 13e68ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion resources/js/components/DetailTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,16 @@ export default {
padding-left: 0.75rem;
padding-right: 0.75rem;
margin-top: 0.75rem;
margin-bottom: 0;
margin-bottom: 0.75rem;
> .mb-6 {
margin-bottom: 0;
}
}
.default-search > div > .relative > .card > .flex {
padding-top: 0;
}
.tab-content > div > .relative > .flex {
justify-content: flex-end;
Expand Down

0 comments on commit 13e68ca

Please sign in to comment.