Skip to content
Snippets Groups Projects
Commit 39b2a446 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13579: Improved toolbar alignment and button sizes.

parent 6f6ac888
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -38,12 +38,12 @@ const styles = (theme) => ({ ...@@ -38,12 +38,12 @@ const styles = (theme) => ({
display: 'flex', display: 'flex',
whiteSpace: 'nowrap', whiteSpace: 'nowrap',
marginLeft: theme.spacing(1), marginLeft: theme.spacing(1),
marginBottom: theme.spacing(1),
marginRight: theme.spacing(1) marginRight: theme.spacing(1)
}, },
buttons: { buttons: {
flex: '0 0 auto', flex: '0 0 auto',
display: 'flex', display: 'flex',
alignItems: 'center',
whiteSpace: 'nowrap', whiteSpace: 'nowrap',
}, },
leftSection: { leftSection: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment