[bugfix] Main Page: TranslatorSelectorOpenButton. Fix the new line.

This commit is contained in:
Sakamoto Shiina
2024-12-13 19:18:53 +09:00
parent 5cbd8c46ab
commit a5ad2408be

View File

@@ -24,4 +24,5 @@
.label { .label {
font-size: 1.2rem; font-size: 1.2rem;
color: var(--dark_basic_text_color); color: var(--dark_basic_text_color);
white-space: nowrap;
} }