From 101a8a16b5f556ab336872a178be7cc1066bbc06 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Thu, 22 Jul 2021 14:02:24 +0800 Subject: [PATCH] * Finish task#40489. --- module/program/css/browse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/css/browse.css b/module/program/css/browse.css index 25b84ab23f..f6ad49b27a 100644 --- a/module/program/css/browse.css +++ b/module/program/css/browse.css @@ -2,4 +2,4 @@ .main-table tbody>tr>td:first-child, .main-table thead>tr>th:first-child {padding-left: 8px;} .table tbody>tr>td .dropdown {display: inline-block; line-height: 1;} tbody.sortable > tr > td.sort-handler .table-nest-toggle:before {cursor: pointer !important;} -.avatar {display: inline-block; width: 20px; height: 20px; line-height: 20px; top: 5px;} +.table .avatar {display: inline-block; width: 20px; height: 20px; line-height: 20px; top: 5px;}