Skip to content

Commit f210993

Browse files
authored
Merge pull request #5275 from Laravel-Backpack/fix-list-css
Fix list view css - wrong first column height
2 parents 31927e8 + e24e742 commit f210993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/resources/assets/css/common.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,13 @@ form .select2.select2-container {
147147

148148
#crudTable_wrapper #crudTable .crud_bulk_actions_checkbox,
149149
#crudTable_wrapper table.dataTable .crud_bulk_actions_checkbox {
150-
display: flex;
151150
margin: 0 0.6rem 0 0.45rem;
152151
}
153152

154153
#crudTable tr th:first-child,
155154
#crudTable tr td:first-child,
156155
#crudTable table.dataTable tr th:first-child,
157156
#crudTable table.dataTable tr td:first-child {
158-
display: flex;
159157
align-items: center;
160158
padding-top: 1rem;
161159
padding-bottom: 1rem;

0 commit comments

Comments
 (0)