mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix(ui): task log head on mobile screen
This commit is contained in:
parent
79396e51f6
commit
d8be62838b
@ -7,8 +7,8 @@
|
||||
>{{ item.message }}
|
||||
</v-alert>
|
||||
|
||||
<v-container class="pa-0 mb-2">
|
||||
<v-row no-gutters>
|
||||
<v-container class="pa-0 mb-2 overflow-auto">
|
||||
<v-row no-gutters class="flex-nowrap">
|
||||
<v-col>
|
||||
<v-list two-line subheader class="pa-0">
|
||||
<v-list-item class="pa-0">
|
||||
@ -20,7 +20,7 @@
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-col class="pr-4">
|
||||
<v-list two-line subheader class="pa-0">
|
||||
<v-list-item class="pa-0">
|
||||
<v-list-item-content v-if="item.user_id != null">
|
||||
@ -33,7 +33,7 @@
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-col class="pr-4">
|
||||
<v-list two-line subheader class="pa-0">
|
||||
<v-list-item class="pa-0">
|
||||
<v-list-item-content>
|
||||
|
Loading…
Reference in New Issue
Block a user