mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-30 04:03:14 +00:00
Truncate commit message in pipeline log view header (#2356)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
:class="{ 'md:px-4': fullWidth }"
|
||||
>
|
||||
<FluidContainer :full-width="fullWidth" class="!py-0">
|
||||
<div class="flex w-full md:items-center flex-col py-3 gap-y-2 md:flex-row md:justify-between">
|
||||
<div class="flex w-full md:items-center flex-col py-3 gap-2 md:gap-10 md:flex-row md:justify-between">
|
||||
<div
|
||||
class="flex items-center content-start"
|
||||
:class="{
|
||||
@@ -31,7 +31,7 @@
|
||||
/>
|
||||
<div
|
||||
v-if="$slots.titleActions"
|
||||
class="flex items-center md:justify-end gap-x-2"
|
||||
class="flex items-center md:justify-end gap-x-2 min-w-0"
|
||||
:class="{
|
||||
'md:flex-1': searchBoxPresent,
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user