Merge pull request #3570 from matrix-org/jryans/align-quick-reactions

Fix quick reactions to be aligned with other emoji
This commit is contained in:
J. Ryan Stinnett 2019-10-28 15:39:40 +02:00 committed by GitHub
commit a0aef67793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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