Fix Emoji Picker footer being too small if text overflows

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-05-24 20:00:02 +01:00
parent 37d04d6ceb
commit db6853e022

View file

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