diff --git a/mattermost-plugin/server/manifest.go b/mattermost-plugin/server/manifest.go index 980106ddb..27798a86a 100644 --- a/mattermost-plugin/server/manifest.go +++ b/mattermost-plugin/server/manifest.go @@ -45,8 +45,7 @@ const manifestStr = ` "type": "bool", "help_text": "This allows board editors to share boards that can be accessed by anyone with the link.", "placeholder": "", - "default": false, - "hosting": "" + "default": false } ] } diff --git a/webapp/src/styles/main.scss b/webapp/src/styles/main.scss index 1288338cf..ff34458da 100644 --- a/webapp/src/styles/main.scss +++ b/webapp/src/styles/main.scss @@ -237,4 +237,9 @@ html { width: 48px; } } + + .emoji-mart-category-list { + display: flex; + flex-wrap: wrap; + } }