We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321cbcb commit e1a7275Copy full SHA for e1a7275
templates/projects/view.tmpl
@@ -1,7 +1,7 @@
1
{{$canWriteProject := and .CanWriteProjects (or (not .Repository) (not .Repository.IsArchived))}}
2
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">
+ <div class="tw-flex tw-flex-wrap tw-justify-end tw-items-center tw-mb-4 tw-gap-3">
5
<h2 class="tw-mb-0 tw-flex-1 tw-break-anywhere">{{.Project.Title}}</h2>
6
<div class="project-toolbar-right">
7
<div class="ui secondary filter menu labels">
0 commit comments