Skip to content

Commit

Permalink
Merge branch 'main-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-ev committed Apr 19, 2024
2 parents b42115d + 5e2c7e2 commit 8316cee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions client/src/adc-core/fields/DisplayOnMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1968,11 +1968,12 @@ export default {
._pinContent {
position: relative;
// border-radius: var(--panel-radius);
overflow: hidden;
min-height: 2em;
::v-deep ._publicationModule[data-type="text"] {
min-height: 1em;
max-height: 40vh;
overflow: auto;
::v-deep ._publicationModule ._collaborativeEditor {
padding: calc(var(--spacing) / 4) calc(var(--spacing) / 2) 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
// max-width: 420px;
overflow: auto;
// padding: calc(var(--spacing) / 1);
padding-bottom: 40vh;
padding-bottom: 70vh;
background: white;
// background: var(--panel-color);
Expand Down

0 comments on commit 8316cee

Please sign in to comment.