We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fe653f + cec54d3 commit e67ee94Copy full SHA for e67ee94
resources/assets/css/coreui4.css
@@ -239,6 +239,14 @@ a.btn:hover, li.paginate_button a {
239
padding-bottom: 1.25rem !important;
240
}
241
242
+#crudTable_wrapper #crudTable tr th:first-child,
243
+#crudTable_wrapper #crudTable tr td:first-child,
244
+#crudTable_wrapper table.dataTable tr th:first-child,
245
+#crudTable_wrapper table.dataTable tr td:first-child
246
+{
247
+ display: flex;
248
+}
249
+
250
#crudTable_wrapper #crudTable[data-has-bulk-actions="0"] .details-control,
251
#crudTable_wrapper #crudTable[data-has-bulk-actions="0"][data-has-details-row="0"] .dtr-control:before,
252
#crudTable_wrapper table.dataTable[data-has-bulk-actions="0"] .details-control,
0 commit comments