Skip to content

Commit

Permalink
fix overview whitespace overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogaschr committed Nov 6, 2023
1 parent 9017f60 commit 6120203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Overview.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<span class="pa-0 ma-0 bg-0">
<span class="node-overview pa-0 ma-0 bg-0">
<v-card tile class="mr-1 mb-1 mt-1" style="margin-left: 6px">
<v-sheet
v-if="showMapOverlay"
Expand Down
4 changes: 3 additions & 1 deletion scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,6 @@ table {
box-shadow: inset 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}


.node-overview .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr>td {
overflow-wrap: anywhere;
}

0 comments on commit 6120203

Please sign in to comment.