From 50ebd1908260e027c41421f92d0e16401b67f57a Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Mon, 13 Sep 2021 12:36:24 +0100 Subject: [PATCH] [CSS] Fixed tar file size information from wrapping. --- assets/css/style.css | 5 +++++ index.html | 1 + 2 files changed, 6 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index b2ac0c6..5b331e4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -139,6 +139,11 @@ hr { top: 0 !important; padding: 1.5rem !important; } + .content-team .g .l-box-lrg:last-child { + flex: 1 !important; + word-break: keep-all; + white-space: nowrap; + } } @media screen and (max-height: 700px) { diff --git a/index.html b/index.html index 3623b89..8b716ba 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + GNU social — a free software social networking platform