Wrap interactive buttons when needed (#1339)
This commit is contained in:
parent
9bc9ca6245
commit
cf9341406a
1 changed files with 2 additions and 1 deletions
|
|
@ -447,7 +447,8 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
},
|
||||
actionsContainer: {
|
||||
flex: 1,
|
||||
flexDirection: 'row'
|
||||
flexDirection: 'row',
|
||||
flexWrap: 'wrap'
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue