mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Export modal: remove horizontal scroll
This commit is contained in:
@@ -27,9 +27,6 @@ const useStyles = makeStyles((theme) =>
|
||||
},
|
||||
|
||||
tab: { minWidth: 0 },
|
||||
divider: {
|
||||
margin: "-1px calc(var(--dialog-spacing) * -1) 0",
|
||||
},
|
||||
|
||||
tabPanel: {
|
||||
marginTop: "var(--dialog-contents-spacing)",
|
||||
@@ -121,7 +118,7 @@ export default function Export() {
|
||||
value="Download"
|
||||
/>
|
||||
</TabList>
|
||||
<Divider className={classes.divider} />
|
||||
<Divider style={{ marginTop: -1 }} />
|
||||
</>
|
||||
}
|
||||
ScrollableDialogContentProps={{
|
||||
|
||||
Reference in New Issue
Block a user