We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6303e commit 113acaeCopy full SHA for 113acae
assets/stylesheets/common/common.scss
@@ -1,3 +1,4 @@
1
-[data-identifier="discourse-translator_language-switcher"] .fk-d-menu__inner-content {
+[data-identifier="discourse-translator_language-switcher"]
2
+ .fk-d-menu__inner-content {
3
max-height: 50vh;
4
}
plugin.rb
@@ -11,6 +11,7 @@
11
12
enabled_site_setting :translator_enabled
13
register_asset "stylesheets/common/post.scss"
14
+register_asset "stylesheets/common/common.scss"
15
16
module ::DiscourseTranslator
17
PLUGIN_NAME = "discourse-translator".freeze
0 commit comments