Skip to content

Adjust emoji and cancel buttons height in user status modal when emoji is changed

What does this MR do?

In set user status model, if emoji is changed or text is changed the emoji and cancel buttons become taller than the input. In this MR setting the height of input grp to 34px and adjusted emoji button width.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55884

Does this MR meet the acceptance criteria?

Screenshots

Before:

before

After

after

Note

Noticed that the emoji placeholder and emoji sizes are different which makes the emoji button grow and shrink when it changes from placeholder to an emoji. Wasn't sure if I should change that as well so. If it was changed it would look like the below gif.

with_standard_emoji_button_size

Edited by Dhiraj Bodicherla

Merge request reports