Commit 0017470
fix: align action buttons in empty bundles on Bitstreams tab (DSpace#5115)
The bundle row's action column was missing the column size class that
the header and bitstream rows use. Without it, the action buttons
don't align vertically when a bundle has no bitstreams.
Add columnSizes.columns[3].buildClasses() to the bundle-row action td,
matching the pattern used in the header th and bitstream-row td elements.1 parent bca7828 commit 0017470
File tree
1 file changed
+1
-1
lines changed- src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments