mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
remove margin of heading
This commit is contained in:
@@ -95,7 +95,7 @@ class RepositoryEntry extends React.Component<Props> {
|
|||||||
</figure>
|
</figure>
|
||||||
<div className="media-content">
|
<div className="media-content">
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<p>
|
<p className="is-marginless">
|
||||||
<strong>{repository.name}</strong>
|
<strong>{repository.name}</strong>
|
||||||
</p>
|
</p>
|
||||||
<p className={"shorten-text"}>{repository.description}</p>
|
<p className={"shorten-text"}>{repository.description}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user