Skip to content

Commit

Permalink
Merge pull request #134 from FELDSAM-INC/cssfixes
Browse files Browse the repository at this point in the history
Fixed bottom margin on default search
  • Loading branch information
RVxLab authored Jan 31, 2021
2 parents d406fd3 + 13e68ca commit 3a681b6
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 3a681b6

Please sign in to comment.