Skip to content

Commit

Permalink
fix: fix css for display in islandora
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Oct 1, 2018
1 parent 831f3f4 commit b12ae1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ styleEl.appendChild(document.createTextNode(`
}
.list-group .list-group-item {
cursor: pointer;
float: none !important; /* islandora css conflict */
}
.list-group .list-group-item:hover {
color: #555;
Expand Down

0 comments on commit b12ae1b

Please sign in to comment.