diff --git a/src/pages/Travel/ExtraCommunity.vue b/src/pages/Travel/ExtraCommunity.vue index ce8747fb1..6440d43cb 100644 --- a/src/pages/Travel/ExtraCommunity.vue +++ b/src/pages/Travel/ExtraCommunity.vue @@ -488,6 +488,14 @@ const cleanDragAndDropData = () => { .dashed-border { border-bottom: 1px dashed #ccc !important; border-top: 1px dashed #ccc !important; + + &:first-child { + border-left: 1px dashed #ccc !important; + } + + &:last-child { + border-right: 1px dashed #ccc !important; + } } .dragged-row {