Feroze Mohideen 2 anni fa
parent
commit
173c48df02

+ 1 - 1
dashboard/src/main/home/app-dashboard/expanded-app/logs/LogSection.tsx

@@ -108,7 +108,7 @@ const LogSection: React.FC<Props> = ({
     if (minor < 1) {
       return false;
     }
-    if (patch < 3) {
+    if (patch <= 3) {
       return false;
     }
     return true;

+ 1 - 1
dashboard/src/main/home/app-dashboard/expanded-app/logs/StyledLogs.tsx

@@ -124,7 +124,7 @@ const Log = styled.div`
 const LogInnerPill = styled.div<{ color: string }>`
     display: inline-block;
     vertical-align: middle;
-    width: 100px;
+    width: 120px;
     padding: 0px 5px;
     height: 20px;
     color: black;