Fixed flex-wrap to display all emojis (#4355)

* Fixed flex-wrap to display all emojis

* Lint fix
This commit is contained in:
Harshil Sharma 2022-12-16 21:15:45 +05:30 committed by GitHub
parent e092abb45f
commit f8bc56bfdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -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
}
]
}

View file

@ -237,4 +237,9 @@ html {
width: 48px;
}
}
.emoji-mart-category-list {
display: flex;
flex-wrap: wrap;
}
}