[CSS] Fixed tar file size information from wrapping.
This commit is contained in:
parent
930b520c72
commit
50ebd19082
@ -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) {
|
||||
|
@ -4,6 +4,7 @@
|
||||
<head>
|
||||
<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="description" content="GNU social; A free software social networking platform.">
|
||||
<title>GNU social — a free software social networking platform</title>
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="https://www.gnusocial.rocks/assets/css/style.css">
|
||||
|
Loading…
Reference in New Issue
Block a user