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