move ellipsis to the right of ryf-list divs
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 4 Nov 2019 22:13:54 +0000 (17:13 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 4 Nov 2019 22:13:54 +0000 (17:13 -0500)
originally, they were showing up under the rightmost title word, so if
the title of a project was short, they should show up horizontally in
the middle of the div.

css/style.css

index 72a0448e1904bdd63ea5e328dc4cc6d931e2924d..38b24dffb68da8bd75270de72c73571fa0281b8c 100644 (file)
@@ -373,6 +373,7 @@ nav .search-block-form {
 .ryf-list h2 a {
   display: inline-block;
   height: 55px;
+  width: 100%;
   overflow: hidden;
   position: relative;
 }