Skip to content

Commit

Permalink
Merge branch 'denischiron-master-css' into dev
Browse files Browse the repository at this point in the history
Fix navigation in facsimile page.
  • Loading branch information
Lucaterre committed Apr 30, 2024
2 parents ba93ec0 + 7a7d3bc commit dd68e7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/views/FacSimileView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ export default {
max-height: calc(100vh - 75px);
}
.container-mirador {
width: 100%;
padding: 0;
Expand Down Expand Up @@ -766,7 +765,7 @@ tspan {
margin-bottom: 0;
}
.columns {
.columns {
flex-direction: column;
padding: 0;
}
Expand Down Expand Up @@ -822,6 +821,11 @@ tspan {
margin: 0 0 45px 0;
}
:deep(.fac-simile__toc.has-warning > ul) {
min-height: unset;
max-height: unset;
}
.raw-prediction-card-parent .card-header {
background-color: #ffffff;
padding: 20px;
Expand Down

0 comments on commit dd68e7d

Please sign in to comment.