File tree
Expand file treeCollapse file tree2 files changed
+2
-2
lines changed Expand file treeCollapse file tree2 files changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -444,7 +444,7 @@ const CDataTable = props => {
|
444 | 444 | }
|
445 | 445 | {
|
446 | 446 | itemsPerPageSelect &&
|
447 |
| -<div className={'col-sm-6 p-0' + (!(tableFilter || cleaner) && ' offset-sm-6')}> |
| 447 | +<div className={'col-sm-6 p-0 ' + (!(tableFilter || cleaner) && ' offset-sm-6')}> |
448 | 448 | <div className="form-inline justify-content-sm-end">
|
449 | 449 | <label className="mr-2">{paginationSelect.label}</label>
|
450 | 450 | <select
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -69,7 +69,7 @@ Array [
|
69 | 69 | />
|
70 | 70 | </div>
|
71 | 71 | <div
|
72 |
| -className="col-sm-6 p-0false" |
| 72 | +className="col-sm-6 p-0 false" |
73 | 73 | >
|
74 | 74 | <div
|
75 | 75 | className="form-inline justify-content-sm-end"
|
|
You can’t perform that action at this time.
0 commit comments