Skip to content

Commit

Permalink
Re-delete deleted files. Fix click event bubble issue with download b…
Browse files Browse the repository at this point in the history
…utton now that it contains spans. Fix file list cutting off download dropdown for the last entry, and horizontal scroll
  • Loading branch information
bbpennel committed Dec 4, 2024
1 parent a09ea1f commit 2077a63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 209 deletions.
1 change: 1 addition & 0 deletions static/css/sass/cdr_ui_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ img.data-thumb {

.child-records {
font-size: 16px;
overflow: visible;

.fa.default-img-icon {
font-size: 32px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ export default {
text-align: center;
}
.dropdown-trigger span, .dropdown-trigger i {
pointer-events: none;
}
@media screen and (min-width: 769px) {
.modal-card {
width: 680px;
Expand Down

This file was deleted.

140 changes: 0 additions & 140 deletions static/js/vue-cdr-access/src/mixins/fileDownloadUtils.js

This file was deleted.

0 comments on commit 2077a63

Please sign in to comment.