mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 05:25:44 +01:00
corrected wrong approach
This commit is contained in:
@@ -128,7 +128,7 @@ class Content extends React.Component<Props, State> {
|
||||
if (!collapsed) {
|
||||
return (
|
||||
<div className={classNames("panel-block", classes.toCenterContent)}>
|
||||
<table className="table table-hover table-sm is-fullwidth">
|
||||
<table className="table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{t("sources.content.path")}</td>
|
||||
|
||||
Reference in New Issue
Block a user