mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Fix div alignment for long strings
This commit is contained in:
parent
3737eafeaa
commit
ec093a5af7
@ -18,6 +18,10 @@ def generate_css():
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.character-gallery button.gallery-item {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.character-container {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user