diff --git a/client/modules/IDE/components/AssetSize.jsx b/client/modules/IDE/components/AssetSize.jsx index cf2356e229..50764dd40a 100644 --- a/client/modules/IDE/components/AssetSize.jsx +++ b/client/modules/IDE/components/AssetSize.jsx @@ -30,9 +30,11 @@ const AssetSize = ({ totalSize }) => { const percentSize = percentValue < 1 ? percentValue : 1; return ( -
-
-

{currentSize} ({percent})

+
+
+

+ {currentSize} ({percent}) +

Max: {sizeLimit}

);