aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects
diff options
context:
space:
mode:
Diffstat (limited to 'templates/projects')
-rw-r--r--templates/projects/list.tmpl4
-rw-r--r--templates/projects/view.tmpl6
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/projects/list.tmpl b/templates/projects/list.tmpl
index ec02e9a6fc..b2f48fe2c9 100644
--- a/templates/projects/list.tmpl
+++ b/templates/projects/list.tmpl
@@ -41,9 +41,9 @@
<div class="milestone-list">
{{range .Projects}}
<li class="milestone-card">
- <h3 class="flex-text-block tw-m-0">
+ <h3 class="flex-text-block tw-m-0 tw-gap-3">
{{svg .IconName 16}}
- <a class="muted" href="{{.Link ctx}}">{{.Title}}</a>
+ <a class="muted tw-break-anywhere" href="{{.Link ctx}}">{{.Title}}</a>
</h3>
<div class="milestone-toolbar">
<div class="group">
diff --git a/templates/projects/view.tmpl b/templates/projects/view.tmpl
index f9b85360e0..3e000660e2 100644
--- a/templates/projects/view.tmpl
+++ b/templates/projects/view.tmpl
@@ -1,8 +1,8 @@
{{$canWriteProject := and .CanWriteProjects (or (not .Repository) (not .Repository.IsArchived))}}
-<div class="ui container">
- <div class="tw-flex tw-justify-between tw-items-center tw-mb-4">
- <h2 class="tw-mb-0">{{.Project.Title}}</h2>
+<div class="ui container tw-max-w-full">
+ <div class="tw-flex tw-justify-between tw-items-center tw-mb-4 tw-gap-3">
+ <h2 class="tw-mb-0 tw-flex-1 tw-break-anywhere">{{.Project.Title}}</h2>
{{if $canWriteProject}}
<div class="ui compact mini menu">
<a class="item" href="{{.Link}}/edit?redirect=project">