Skip to content

Commit cdcb191

Browse files
committed
Fix bottom margin and add comment
1 parent dca920c commit cdcb191

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/src/global_styles/content/work_packages/_workflows.sass

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.controller-workflows
22
#content-body
33
overflow-x: scroll
4-
margin-bottom: 72px
4+
5+
&.action-edit
6+
#content-body
7+
margin-bottom: 72px // 16px (mt: 3) + 32px (button) + 24px (mb: 4)
58

69
turbo-frame#workflow-table
710
width: 100%

0 commit comments

Comments
 (0)