diff --git a/src/styles/components/_tables.scss b/src/styles/components/_tables.scss index 559f23cb8c..5b58b5cdca 100644 --- a/src/styles/components/_tables.scss +++ b/src/styles/components/_tables.scss @@ -52,6 +52,7 @@ th { &.sortable { + min-width: 150px; cursor: pointer; &:hover { background: linear-gradient(to bottom, $off-white, darken(#f1f3f5, 3%));