Skip to content

Commit e60a5ea

Browse files
committed
Author Image fixed in Table View
1 parent 7897661 commit e60a5ea

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/com_jdprofiler/media/css/jd-profile-style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@
411411
}
412412

413413
.jd-table-layout-view .jd-team-table .table tr th img {
414-
width: 50px;
414+
width: 100%;
415415
height: 50px;
416+
min-width: 50px;
416417
}
417418

418419
.jd-table-layout-view .jd-team-table .table tr td {

packages/mod_jdprofiler/media/assets/css/jd-profile-style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@
411411
}
412412

413413
.jd-table-layout-view .jd-team-table .table tr th img {
414-
width: 50px;
414+
width: 100%;
415415
height: 50px;
416+
min-width: 50px;
416417
}
417418

418419
.jd-table-layout-view .jd-team-table .table tr td {

0 commit comments

Comments
 (0)