mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
Fix overflow of long words
This commit is contained in:
@@ -52,7 +52,7 @@ class RepositoryDetailTable extends React.Component<Props> {
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{t("repository.description")}</th>
|
||||
<td>{repository.description}</td>
|
||||
<td className="is-word-break">{repository.description}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{t("repository.creationDate")}</th>
|
||||
|
||||
Reference in New Issue
Block a user