Skip to content
Snippets Groups Projects
Commit e5d27ee1 authored by Marek Veselý's avatar Marek Veselý
Browse files

fix: tools page overflow error #2

parent 95db31a4
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ const Home = () => { ...@@ -37,7 +37,7 @@ const Home = () => {
<Divider /> <Divider />
<div style={{ display: 'flex', flex: 1 }}> <div style={{ display: 'flex', flex: 1, overflow: 'hidden' }}>
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
<AggregatedToolUsage /> <AggregatedToolUsage />
</div> </div>
......
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