[Update] Localization: Adjust and apply new line code.

This commit is contained in:
Sakamoto Shiina
2024-12-09 17:19:54 +09:00
parent 5ad4207f29
commit 656b7c414c
7 changed files with 62 additions and 122 deletions

View File

@@ -38,4 +38,8 @@ html, body {
/* SVG内のすべての要素にfillを適用 (colorの調整をcssでするため) */
svg {
fill: currentColor;
}
p {
white-space: pre-wrap;
}

View File

@@ -33,6 +33,7 @@
padding-right: 2.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dropdown_content_wrapper {