diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-19 12:01:31 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-19 12:45:42 +0300 |
commit | 9931c0bd48346dc5af23864117becfac33347a7c (patch) | |
tree | f22259790bc947e3be025483d2758a745e4b6970 | |
parent | bb0e7232b301d1706bbd0e09367dece3bb7ac07c (diff) |
remove the unneeded line break introduced by #3092
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,10 @@ color: #444;
}
+.performance p{
+ display: inline-block;
+}
+
.performance .time {
margin-right: 0;
}
|