mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 17:26:41 +08:00
fix: wrap words guide hint
This commit is contained in:
@@ -853,6 +853,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.words-help-panels {
|
.words-help-panels {
|
||||||
|
min-inline-size: 0;
|
||||||
margin-block-start: 1rem;
|
margin-block-start: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -876,9 +877,13 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.words-help-content {
|
.words-help-content {
|
||||||
|
min-inline-size: 0;
|
||||||
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
||||||
font-size: 0.78rem;
|
font-size: 0.78rem;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
white-space: normal;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.words-editor-footer {
|
.words-editor-footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user