Fixed overflow of titles and descriptions on search results pages
Some checks failed
Run Integration Tests / test (push) Failing after 2m50s
Some checks failed
Run Integration Tests / test (push) Failing after 2m50s
This commit is contained in:
parent
3407ed5f4b
commit
4867b3b932
8 changed files with 33 additions and 11 deletions
|
@ -140,7 +140,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="music-info">
|
||||
<a href="{{.URL}}"><h3 class="video_title">{{.Title}}</h3></a>
|
||||
<a href="{{.URL}}"><h3 class="video_title single-line-ellipsis">{{.Title}}</h3></a>
|
||||
<div class="stats">
|
||||
<span class="artist">{{.Artist}}</span>
|
||||
<span class="pipe">|</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue