[CSS] Fixed tar file size information from wrapping.

This commit is contained in:
Eliseu Amaro 2021-09-13 12:36:24 +01:00
parent 930b520c72
commit 50ebd19082
2 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,11 @@ hr {
top: 0 !important; top: 0 !important;
padding: 1.5rem !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) { @media screen and (max-height: 700px) {

View File

@ -4,6 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86"> <meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">
<meta name="description" content="GNU social; A free software social networking platform.">
<title>GNU social &mdash; a free software social networking platform</title> <title>GNU social &mdash; a free software social networking platform</title>
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://www.gnusocial.rocks/assets/css/style.css"> <link rel="stylesheet" href="https://www.gnusocial.rocks/assets/css/style.css">