mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Fixed flex-wrap to display all emojis (#4355)
* Fixed flex-wrap to display all emojis * Lint fix
This commit is contained in:
parent
e092abb45f
commit
f8bc56bfdc
3
mattermost-plugin/server/manifest.go
generated
3
mattermost-plugin/server/manifest.go
generated
@ -45,8 +45,7 @@ const manifestStr = `
|
|||||||
"type": "bool",
|
"type": "bool",
|
||||||
"help_text": "This allows board editors to share boards that can be accessed by anyone with the link.",
|
"help_text": "This allows board editors to share boards that can be accessed by anyone with the link.",
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
"default": false,
|
"default": false
|
||||||
"hosting": ""
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -237,4 +237,9 @@ html {
|
|||||||
width: 48px;
|
width: 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emoji-mart-category-list {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user