Fix quick reactions to be aligned with other emoji

This uses center alignment for quick reactions as well, so that they line up
with the larger emoji categories above.
pull/21833/head
J. Ryan Stinnett 2019-10-28 13:17:59 +00:00
parent 89e69ddb0a
commit e661e3b115
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ limitations under the License.
.mx_EmojiPicker_quick {
flex-direction: column;
align-items: start;
justify-content: space-around;
}