Merge pull request #4631 from matrix-org/t3chguy/emoji-picker-footer-height

Fix Emoji Picker footer being too small if text overflows
This commit is contained in:
Michael Telatynski 2020-05-26 12:00:51 +01:00 committed by GitHub
commit 1f4aac9544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,7 @@ limitations under the License.
.mx_EmojiPicker_footer {
border-top: 1px solid $message-action-bar-border-color;
height: 72px;
min-height: 72px;
display: flex;
align-items: center;