mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Increase instruct line height
This commit is contained in:
parent
eb8aa014f6
commit
28bb7a8b57
@ -4,7 +4,7 @@
|
|||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
|
font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.428571429;
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username {
|
.username {
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
.message-body p {
|
.message-body p {
|
||||||
font-size: 15px !important;
|
font-size: 15px !important;
|
||||||
line-height: 1.4 !important;
|
line-height: 22px !important;
|
||||||
margin-bottom: 1.25em !important;
|
margin-bottom: 1.25em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user