mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix(webui): series grid not expanding to full width
This commit is contained in:
parent
8d7b45bb45
commit
2f7d2a447f
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
||||||
:series.sync="editSeriesSingle"
|
:series.sync="editSeriesSingle"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<v-container>
|
<v-container fluid class="px-6">
|
||||||
<empty-state
|
<empty-state
|
||||||
v-if="totalPages === 0"
|
v-if="totalPages === 0"
|
||||||
title="The active filter has no matches"
|
title="The active filter has no matches"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue