diff --git a/ui/src/styles/config.css b/ui/src/styles/config.css index 29ce19d8e..fcdeeb51f 100644 --- a/ui/src/styles/config.css +++ b/ui/src/styles/config.css @@ -413,6 +413,9 @@ font-size: 16px; font-weight: 600; letter-spacing: -0.01em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .config-section-hero__desc { @@ -586,6 +589,9 @@ font-size: 17px; font-weight: 600; letter-spacing: -0.01em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .config-section-card__desc {