File tree 3 files changed +18
-4
lines changed
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 85
85
</v-list-item >
86
86
</td >
87
87
88
- <td class =" text-center" >
88
+ <td class =" d-none d-sm-none d-md-table-cell text-center" >
89
89
<span v-if =" isLocked" class =" mr-7" >{{ email }}</span >
90
90
<v-edit-dialog v-else @save =" $emit('edit', { email: form.email })" >
91
91
{{ email }}
103
103
</v-edit-dialog >
104
104
</td >
105
105
106
- <td class =" text-right" >
106
+ <td class =" d-none d-sm-table-cell text-right" >
107
107
<v-tooltip
108
108
v-for =" (source, index) in sources"
109
109
:key =" index"
@@ -294,6 +294,7 @@ export default {
294
294
}
295
295
.v-list-item__title {
296
296
text-overflow : inherit ;
297
+ width : 100px ;
297
298
}
298
299
.aligned {
299
300
margin-bottom : 4px ;
331
332
}
332
333
}
333
334
}
335
+
334
336
</style >
Original file line number Diff line number Diff line change 8
8
@dragenter.prevent =" onDrag($event)"
9
9
@dragleave.prevent =" isDragging = false"
10
10
>
11
- <v-row class =" ma-md-0 pt-md-4 pl-md-4 pr-md-4 justify-space-between" >
11
+ <v-row class =" ma-md-0 pt-md-4 pl-md-4 pr-md-4 ml-0 mr-0 justify-space-between" >
12
12
<h3 class =" title" >
13
13
<v-icon color =" black" left >
14
14
mdi-pin
47
47
<v-row
48
48
v-if =" savedIndividuals.length >= 1"
49
49
dense
50
- class =" pa-md-4 ma-md-0 drag-zone"
50
+ class =" pa-md-4 ma-md-0 ml-0 mr-0 drag-zone"
51
51
>
52
52
<v-col
53
53
v-for =" individual in savedIndividuals"
Original file line number Diff line number Diff line change @@ -283,6 +283,10 @@ export default {
283
283
.row {
284
284
justify-content : space-between ;
285
285
margin : 32px ;
286
+
287
+ @media (max-width : 960px ) {
288
+ margin : 0 ;
289
+ }
286
290
}
287
291
.individuals {
288
292
width : 70% ;
@@ -299,9 +303,17 @@ export default {
299
303
300
304
@media (max-width : 960px ) {
301
305
max-width : 100% ;
306
+ min-width : 100% ;
302
307
margin : 32px 0 0 0 ;
303
308
}
304
309
}
310
+
311
+ .container {
312
+ @media (max-width : 960px ) {
313
+ padding : 0 ;
314
+ }
315
+ }
316
+
305
317
h4 {
306
318
padding : 12px 26px ;
307
319
}
You can’t perform that action at this time.
0 commit comments