From dc5528eb10b8dc1569f011a5a2cb98cbe5a3116c Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 4 Nov 2019 17:13:54 -0500 Subject: [PATCH] move ellipsis to the right of ryf-list divs 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 72a0448..38b24df 100644 --- a/css/style.css +++ b/css/style.css @@ -373,6 +373,7 @@ nav .search-block-form { .ryf-list h2 a { display: inline-block; height: 55px; + width: 100%; overflow: hidden; position: relative; } -- 1.9.1