Skip to content
Snippets Groups Projects
Commit d274ab08 authored by Gaurav Mahlawat's avatar Gaurav Mahlawat Committed by ehsann95
Browse files

git commit -m 'Issue #3423431: Incorrect positioning of the table drag element'

parent 6c090942
Branches
Tags
1 merge request!67883423431 - changed table drag element position to top
......@@ -271,7 +271,7 @@ body.drag-y {
.tabledrag-cell-content > * {
display: table-cell;
vertical-align: text-top;
vertical-align: top;
}
.tabledrag-cell-content__item {
......@@ -316,7 +316,7 @@ body.drag-y {
}
.tabledrag-cell-content .tabledrag-handle::after {
vertical-align: text-top;
vertical-align: top;
}
/**
......
......@@ -233,7 +233,7 @@ body.drag-y {
.tabledrag-cell-content > * {
display: table-cell;
vertical-align: text-top;
vertical-align: top;
}
.tabledrag-cell-content__item {
......@@ -274,7 +274,7 @@ body.drag-y {
}
.tabledrag-cell-content .tabledrag-handle::after {
vertical-align: text-top;
vertical-align: top;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment