Skip to content

Commit a9228ef

Browse files
committed
Removed top margin from bars since we don't need it.
1 parent 10cba44 commit a9228ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
.fn-gantt .bar {
183183
background-color: #D0E4FD;
184184
height: 18px;
185-
margin: 4px 3px 3px 0px;
185+
margin: 0px 3px 3px 0px;
186186
position: absolute;
187187
z-index: 10;
188188
text-align: center;

0 commit comments

Comments
 (0)