From: Andrew Engelbrecht Date: Mon, 4 Nov 2019 22:13:54 +0000 (-0500) Subject: move ellipsis to the right of ryf-list divs X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=dc5528eb10b8dc1569f011a5a2cb98cbe5a3116c 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. --- 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; }