Skip to content

Commit e1a7275

Browse files
committed
Fix mobile responsiveness issues on the project board page
1 parent 321cbcb commit e1a7275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/projects/view.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{$canWriteProject := and .CanWriteProjects (or (not .Repository) (not .Repository.IsArchived))}}
22

33
<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">
4+
<div class="tw-flex tw-flex-wrap tw-justify-end tw-items-center tw-mb-4 tw-gap-3">
55
<h2 class="tw-mb-0 tw-flex-1 tw-break-anywhere">{{.Project.Title}}</h2>
66
<div class="project-toolbar-right">
77
<div class="ui secondary filter menu labels">

0 commit comments

Comments
 (0)