diff --git a/resources/css/data-table.scss b/resources/css/data-table.scss index 5f7f83e..790b122 100644 --- a/resources/css/data-table.scss +++ b/resources/css/data-table.scss @@ -10,6 +10,12 @@ background-color: transparent; } + .vue3-easy-data-table__body td { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + .vue3-easy-data-table__main { border-top-left-radius: 12px; border-top-right-radius: 12px; @@ -32,16 +38,6 @@ a { color: $font-color; } - - svg { - margin: 0 0.2rem; - transition: color 0.1s ease-in-out; - - &:hover { - cursor: pointer; - color: $primary-color; - } - } } }