Skip to content

Commit

Permalink
Merge pull request #1220 from sennetconsortium/maxsibilla/issue-1209
Browse files Browse the repository at this point in the history
Adding more spacing for metadata header badges
  • Loading branch information
maxsibilla authored Feb 9, 2024
2 parents 030bd0b + 8e72f79 commit 193738f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/custom/entities/MetadataTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import {Container, Row,} from 'react-bootstrap'
import {createDownloadUrl, tableDataToTSV} from "../js/functions";
import DataTable from "react-data-table-component";
import {ViewHeaderBadges} from "../layout/entity/ViewHeaderBadges";

export default class MetadataTable extends React.Component {
constructor(props) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/custom/layout/entity/ViewHeaderBadges.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function ViewHeaderBadges({data, uniqueHeader, uniqueHeaderUrl, isMetadataHeader
</Fragment>
) : (
<h5 className={"title_badge"}>
<span className="badge bg-secondary">
<span className="badge bg-secondary me-2">
{getUBKGFullName(data.dataset_type)}
</span>
</h5>
Expand Down

0 comments on commit 193738f

Please sign in to comment.