mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix(webui): adjust summary text font size
This commit is contained in:
parent
c8543a95e1
commit
cd8805c434
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<vue-read-more-smooth no-shadow :lines="4">
|
<vue-read-more-smooth no-shadow :lines="4">
|
||||||
<div class="text-body-1"
|
<div style="white-space: pre-wrap" class="body-2">
|
||||||
style="white-space: pre-wrap"
|
|
||||||
>
|
|
||||||
<slot/>
|
<slot/>
|
||||||
</div>
|
</div>
|
||||||
<template v-slot:more="value">
|
<template v-slot:more="value">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue