Skip to content

Commit

Permalink
Merge pull request #514 from AudiovisualMetadataPlatform/AMP-3210_res…
Browse files Browse the repository at this point in the history
…ponsive

AMP-3210: fix pagination overlap issue
  • Loading branch information
yingfeng-iu authored May 25, 2024
2 parents e486300 + 38604f6 commit 86f1f29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/dashboard/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
<input
id="export-results"
type="button"
class="btn btn-primary btn-sm"
class="btn btn-outline-primary btn-sm"
v-on:click="exportResults"
value="Export to CSV"
/>
Expand Down
6 changes: 4 additions & 2 deletions src/components/dashboard/DashboardTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ import { sync } from "vuex-pathify";
import { env } from "@/helpers/env";
import WorkflowResultService from "../../service/workflow-result-service";
import SortableHeader from "../shared/SortableHeader";
import Pagination from "../shared/Pagination";
import Loader from "@/components/shared/Loader.vue";
import SharedService from "../../service/shared-service";
import { accountService } from "@/service/account-service.js";
Expand All @@ -330,7 +329,6 @@ export default {
name: "DashboardTable",
components: {
SortableHeader,
Pagination,
Loader,
},
data() {
Expand Down Expand Up @@ -729,4 +727,8 @@ th {
.dis-color > svg {
fill: rgba(187, 187, 187, 0.856) !important;
}
li {
list-style: none;
padding: 1pt;
}
</style>
2 changes: 1 addition & 1 deletion src/components/shared/Logout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default {
li {
list-style: none;
padding: 1rem;
padding: .1rem;
}
.active-link {
Expand Down

0 comments on commit 86f1f29

Please sign in to comment.