diff --git a/dashboard/src/components/ingresses.tsx b/dashboard/src/components/ingresses.tsx index 3c97039018..b399a5b1cd 100644 --- a/dashboard/src/components/ingresses.tsx +++ b/dashboard/src/components/ingresses.tsx @@ -73,12 +73,12 @@ export default ({ ingresses }: IngressesProp) => { const url = getIngressUrl(ingress) return ( -
+
{truncateMiddle(url)}
-
+
{truncateMiddle(url)} diff --git a/dashboard/src/components/module.tsx b/dashboard/src/components/module.tsx index 7960b99908..142cdf00d7 100644 --- a/dashboard/src/components/module.tsx +++ b/dashboard/src/components/module.tsx @@ -21,6 +21,8 @@ const Module = styled.div` border-radius: 4px; margin: 0 1.3rem 1.3rem 0; min-width: 17rem; + flex: 1 1; + max-width: 20rem; ` type InfoCardsProps = { @@ -72,7 +74,6 @@ const Fields = styled.div` const Field = styled.div` padding-bottom: .5rem; - max-width: 14rem; &:last-of-type{ padding-bottom: 0; diff --git a/dashboard/src/containers/overview.tsx b/dashboard/src/containers/overview.tsx index 82e739da8e..83d867d3ac 100644 --- a/dashboard/src/containers/overview.tsx +++ b/dashboard/src/containers/overview.tsx @@ -184,7 +184,7 @@ export default () => { {selectedIngress &&
{selectedIngress && - + }
}