Skip to content
Snippets Groups Projects
Unverified Commit ab60885a authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #9930 from metabase/fix-issue-5536

set min-width in admin panel to prevent weird gear overlap
parents b4e059dd 6baa0551
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,10 @@
margin-left: 0;
}
.MetadataTable {
min-width: 800px;
}
.MetadataTable-title {
background-color: var(--color-bg-white);
}
......
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