diff --git a/styles/elements/_tables.scss b/styles/elements/_tables.scss index 448e378c..f5d35f81 100644 --- a/styles/elements/_tables.scss +++ b/styles/elements/_tables.scss @@ -32,9 +32,20 @@ display: table-cell; } } + } - .sorting-direction { - position: absolute; + thead { + tr th { + .sorting-direction { + position: inherit; + margin-right: -16px; + width: 16px; + .icon { + height: 14px; + width: 16px; + margin: 0; + } + } } }