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:
commit
1f4aac9544
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue