fix right arrow style bug

master
MaysWind 2019-04-22 23:19:05 +08:00
parent d52ee4c926
commit b066fc267e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
.task-table .task-right-arrow {
visibility: hidden;
position: fixed;
position: absolute;
right: 14px;
margin-top: -12px;
}