Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mavka-org/mavka-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
arlaptiev committed May 19, 2021
2 parents b706fc6 + 0d32bea commit 21c2ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/userInput/TestInputTextSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function TestInputTextSection({ children, ...props }) {
const theme = useTheme();

return (
<Grid container direction="row" spacing={2}>
<Grid container direction="row" spacing={2} style={{justifyContent: "center"}}>
{props.testInputsList.map((elem) => {
return (

Expand Down

0 comments on commit 21c2ccb

Please sign in to comment.