feat(note_language): improve layout of list of languages

This commit is contained in:
Elian Doran 2025-03-04 20:39:30 +02:00
parent 427b7fe992
commit 856410120c
No known key found for this signature in database

View File

@ -13,6 +13,7 @@ const TPL = `
ul.options-languages {
list-style-type: none;
margin-bottom: 0;
column-width: 400px;
}
</style>
</div>