Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
[FIX] UIKit ActionsBlock layout for smaller screen devices (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Oct 25, 2020
2 parents 9ed8eaf + aedae04 commit 1668114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/uiKit/message/ActionsBlock/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;

margin: 0 8px 8px;
flex-flow: row nowrap;
flex-flow: row wrap;

&__item {
margin: 0 4px 4px;
Expand Down

0 comments on commit 1668114

Please sign in to comment.