Skip to content

Commit 0113f35

Browse files
authored
Merge pull request #231 from agileware-jp/chore/remove_padding_top_zero_for_lychee_gantt_chart_redmine5
redmine5:revert: feat: ガントチャート5だけコンテンツ部分の上方向の余白が大きかったので調整
2 parents ead2517 + 8754da4 commit 0113f35

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/sass/plugins/lychee.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,6 @@
487487

488488
// Lychee Gantt Chart 5
489489
.controller-lychee_gantt_chart.controller-lychee_gantt_chart {
490-
// ガントチャート5のみコンテンツエリア上部の余白が大きいため調整
491-
#content {
492-
@apply pt-0
493-
}
494490

495491
ul[class^="lgc-AvailableColumnList-"] li label {
496492
@apply gap-[3px]
@@ -1230,4 +1226,4 @@
12301226
}
12311227
}
12321228
}
1233-
}
1229+
}

0 commit comments

Comments
 (0)