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

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;