corrected wrong approach

This commit is contained in:
Florian Scholdei
2018-12-14 16:30:19 +01:00
parent ae28b51358
commit 30fdce5455

View File

@@ -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>