Skip to content

Commit

Permalink
fix right arrow style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Apr 22, 2019
1 parent d52ee4c commit b066fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/controls/task-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

.task-table .task-right-arrow {
visibility: hidden;
position: fixed;
position: absolute;
right: 14px;
margin-top: -12px;
}
Expand Down

0 comments on commit b066fc2

Please sign in to comment.