Skip to content

Commit 7f8d53b

Browse files
JaviMiotOlucas7
authored andcommitted
feat: delete text-overflow
1 parent ba25e0c commit 7f8d53b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/modules/reports/components/time-entries-table/time-entries-table.component.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.col {
44
white-space: nowrap;
55
overflow: hidden;
6-
text-overflow: ellipsis;
76
font-size: small;
87
}
98

@@ -44,22 +43,23 @@
4443
border: none;
4544
overflow-y: auto;
4645
overflow-wrap: break-word;
46+
4747
&::-webkit-scrollbar {
4848
width: 0.5em;
4949
}
50-
50+
5151
&::-webkit-scrollbar-track {
5252
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
5353
}
54-
54+
5555
&::-webkit-scrollbar-thumb {
5656
background-color: #7a8486;
5757
outline: 1px solid #7a8486;
5858
border-radius: 0.5em;
5959
}
6060
}
6161

62-
.lg-scroll{
62+
.lg-scroll {
6363
@include scroll-style;
6464
}
6565

@@ -136,4 +136,4 @@ table.dataTable thead .sorting_desc {
136136
text-transform: capitalize;
137137
font-style: italic;
138138
cursor: pointer;
139-
}
139+
}

0 commit comments

Comments
 (0)