added is-clipped class, and show description not at mobile view

This commit is contained in:
Maren Süwer
2018-12-19 08:40:04 +01:00
parent 044a60c7c9
commit 30c9b87cd3
3 changed files with 8 additions and 3 deletions

View File

@@ -119,7 +119,9 @@ class FileTree extends React.Component<Props> {
<th className="is-hidden-mobile">
{t("sources.file-tree.lastModified")}
</th>
<th>{t("sources.file-tree.description")}</th>
<th className="is-hidden-mobile">
{t("sources.file-tree.description")}
</th>
</tr>
</thead>
<tbody>