Skip to content

Commit 3b61762

Browse files
author
Victor George
committed
Fix customer highlight size
1 parent 1a54cb1 commit 3b61762

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/projects/list/components/Projects/ProjectsGridView.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import 'tc-includes';
2+
23
.flex-data {
34
.flex-row {
45
.item-id {
@@ -309,7 +310,6 @@
309310
white-space: nowrap;
310311
overflow: hidden;
311312
text-overflow: ellipsis;
312-
width: 178px;
313313

314314
&:hover {
315315
background-color: $tc-dark-blue-30;
@@ -364,7 +364,6 @@
364364
border-radius: 13px;
365365
display: inline-block;
366366
margin-top: 3px;
367-
368367
}
369368

370369
.txt-gray-sm {
@@ -423,9 +422,9 @@
423422
}
424423

425424
.icon-carret-down-active g g {
426-
color: rgb(6, 129, 255) !important;
425+
color: rgb(6, 129, 255) !important;
427426
}
428-
427+
429428
.icon-carret-down-active {
430429
color: $tc-dark-blue-90;
431430
outline: 0;
@@ -438,7 +437,7 @@
438437
display: block;
439438
position: absolute;
440439
top: 5px;
441-
right: 0;
440+
right: 0;
442441
}
443442

444443
.icon-carret-down-normal {

0 commit comments

Comments
 (0)