forked from tangled.org/core
this repo has no description

appview: repo/log: fix alignment of ellipses and tag pills

Changed files
+1 -1
appview
pages
templates
repo
+1 -1
appview/pages/templates/repo/log.html
···
<div>
<div class="flex items-center justify-between">
<div class="flex-1">
-
<div class="flex items-center">
+
<div class="inline">
<a href="/{{ $.RepoInfo.FullName }}/commit/{{ $commit.Hash.String }}"
class="inline no-underline hover:underline dark:text-white">
{{ index $messageParts 0 }}