fix: input borders

This commit is contained in:
Liyas Thomas
2020-12-12 19:16:37 +05:30
parent a56e2bb577
commit 858ab252a6
11 changed files with 18 additions and 10 deletions

View File

@@ -71,7 +71,7 @@
<ul
v-for="(input, index) of communication.inputs"
:key="`input-${index}`"
class="border-b border-dashed divide-x border-brdColor divide-dashed divide-brdColor"
class="border-b border-dashed divide-y md:divide-x border-brdColor divide-dashed divide-brdColor md:divide-y-0"
:class="{ 'border-t': index == 0 }"
>
<li>