mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-25 12:52:11 -04:00
chore: de-tailwindify since there's a class in css now
This commit is contained in:
parent
2de0ee494d
commit
fdb47a24e7
2 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
</details>
|
||||
</div>
|
||||
|
||||
<div class="date tw-text-right">
|
||||
<div class="date">
|
||||
{{if .Committer}}{{DateUtils.TimeSince .Committer.When}}{{else}}{{DateUtils.TimeSince .Author.When}}{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
justify-self: end;
|
||||
max-width: 16ch;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue