fix the PluginGrid on mobiles sizes

This commit is contained in:
Abhishek Jakhar
2020-10-19 13:29:41 +05:30
parent ac8d5d5c74
commit e2af6f7613
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const Plugins = () => (
</span>
</div>
<BulletLine style={{ width: '100% ' }} />
<Container wrapped className="grid">
<Container wrapped className="PluginGrid">
{pluginMetadata.map(
({
iconUrl,