We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc6973 commit eb65b87Copy full SHA for eb65b87
web_src/css/repo/home.css
@@ -1,8 +1,8 @@
1
.latest-releases {
2
- display: -webkit-box;
3
- -webkit-box-orient: vertical;
4
- -webkit-line-clamp: 2;
5
- line-clamp: 2;
6
- overflow: hidden;
7
- text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ line-clamp: 2;
+ overflow: hidden;
+ text-overflow: ellipsis;
8
}
0 commit comments