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 792947d commit 1c10913Copy full SHA for 1c10913
src/main/twirl/gist/edit.scala.html
@@ -11,7 +11,7 @@
11
@recent.map { gist =>
12
<li style="float: left; width: 200px;">
13
<img src="@dataURI("images/snippet.png")" style="width: 24px; height: 24px;">
14
- <div style="margin-left: 26px; font-size: 80%; position: relative; top: -24px; line-height: normal;">
+ <div style="margin-left: 26px; font-size: 80%; position: relative; top: -24px; line-height: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">
15
<a class="strong" href="@path/gist/@gist.userName/@gist.repositoryName">@gist.title</a><br>
16
@if(gist.description.nonEmpty){
17
<span class="muted">@gist.description</span>
0 commit comments