From 08e39232e2bb5d8b0975c56b8b626ea3bf7190d7 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Wed, 14 Feb 2024 22:18:54 -0300 Subject: [PATCH] add dashed border to first and last child to drop row --- src/pages/Travel/ExtraCommunity.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/Travel/ExtraCommunity.vue b/src/pages/Travel/ExtraCommunity.vue index ce8747fb15..6440d43cb2 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 {