Skip to content

Commit

Permalink
[EuiSelectableMessage] Fixed flex alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jun 13, 2022
1 parent 8642c8a commit 53cf457
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
text-align: center;
word-wrap: break-word; /* 1 */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
Expand Down

0 comments on commit 53cf457

Please sign in to comment.