File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141<div class="milestone-list">
4242 {{range .Projects}}
4343 <li class="milestone-card">
44- <h3 class="flex-text-block tw-m-0">
44+ <h3 class="flex-text-block tw-m-0 tw-gap-3 ">
4545 {{svg .IconName 16}}
46- <a class="muted" href="{{.Link ctx}}">{{.Title}}</a>
46+ <a class="muted tw-break-anywhere " href="{{.Link ctx}}">{{.Title}}</a>
4747 </h3>
4848 <div class="milestone-toolbar">
4949 <div class="group">
Original file line number Diff line number Diff line change 11{{$canWriteProject := and .CanWriteProjects (or (not .Repository) (not .Repository.IsArchived))}}
22
3- <div class="ui container">
4- <div class="tw-flex tw-justify-between tw-items-center tw-mb-4">
5- <h2 class="tw-mb-0">{{.Project.Title}}</h2>
3+ <div class="ui container tw-max-w-full ">
4+ <div class="tw-flex tw-justify-between tw-items-center tw-mb-4 tw-gap-3 ">
5+ <h2 class="tw-mb-0 tw-flex-1 tw-break-anywhere ">{{.Project.Title}}</h2>
66 {{if $canWriteProject}}
77 <div class="ui compact mini menu">
88 <a class="item" href="{{.Link}}/edit?redirect=project">
You can’t perform that action at this time.
0 commit comments