Skip to content

Commit

Permalink
Fix map context card border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
akhuoa committed Aug 16, 2024
1 parent 02f2a53 commit a864d63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/MapViewer/MapViewer.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
}
}
.context-card-popover {
.flatmap-context-card,
.context-card-container.context-card {
border-radius: 4px;
}
}
.open-map-popper.el-popover.el-popper {
width: unset !important;
}
Expand Down

0 comments on commit a864d63

Please sign in to comment.