Skip to content

Commit ac99390

Browse files
Merge pull request #219 from agileware-jp/fix-100071-redmine5
FIX 100071 「チケットセットからチケット作成」画面の説明欄が縦方向にしか広がらない redmine5
2 parents 15fa2b3 + 182e9a4 commit ac99390

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

src/sass/plugins/lychee.scss

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -585,21 +585,6 @@
585585
}
586586
}
587587

588-
// Lychee Issue Sets
589-
.controller-lychee_issue_sets.controller-lychee_issue_sets {
590-
.issue-sets thead .checkbox + th {
591-
@apply text-left
592-
}
593-
594-
.issue-sets .num-issue-templates {
595-
@apply w-28
596-
}
597-
598-
.issue-sets .buttons {
599-
@apply w-8
600-
}
601-
}
602-
603588
// Lychee Project Term
604589
.controller-projects.controller-projects {
605590
#lychee_project_term_controls {
@@ -623,6 +608,20 @@
623608
}
624609

625610
// Lychee Issue Sets
611+
.controller-lychee_issue_sets.controller-lychee_issue_sets {
612+
.issue-sets thead .checkbox + th {
613+
@apply text-left
614+
}
615+
616+
.issue-sets .num-issue-templates {
617+
@apply w-28
618+
}
619+
620+
.issue-sets .buttons {
621+
@apply w-8
622+
}
623+
}
624+
626625
.controller-lychee_issue_sets {
627626
.issue-set {
628627
@apply clear-both bg-status-warningLight border-border-divider mt-4 mb-2 p-4 rounded-md
@@ -664,6 +663,10 @@
664663
}
665664
}
666665

666+
.controller-issue_forms .edit_lychee_issue_set table.issue-form-table textarea[id^="lychee_issue_set_issue_templates_attributes_"] {
667+
@apply resize
668+
}
669+
667670
.controller-lychee_issue_templates {
668671
div.issue-template {
669672
@apply clear-both bg-background-secondary/20 border border-border-divider rounded-md mt-4 p-6

0 commit comments

Comments
 (0)