diff --git a/static/css/layout.css b/static/css/layout.css index 33012d5..f80d0e8 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -34,10 +34,13 @@ a:hover { font-family: "Courier Prime", Georgia, serif; } -dt >a { +dt { font-family: "Courier Prime", Georgia, serif; -} + text-overflow: ellipsis; + overflow:hidden; + white-space: nowrap; +} /*font sizes*/ h1 { font-size:1.95rem;