mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
rename css class
This commit is contained in:
@@ -95,7 +95,7 @@ class RepositoryEntry extends React.Component<Props> {
|
|||||||
<figure className={classNames(classes.centerImage, "media-left")}>
|
<figure className={classNames(classes.centerImage, "media-left")}>
|
||||||
<RepositoryAvatar repository={repository} />
|
<RepositoryAvatar repository={repository} />
|
||||||
</figure>
|
</figure>
|
||||||
<div className="media-content">
|
<div className={classNames("media-content", "text-box")}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<p className="is-marginless">
|
<p className="is-marginless">
|
||||||
<strong>{repository.name}</strong>
|
<strong>{repository.name}</strong>
|
||||||
|
|||||||
@@ -112,14 +112,12 @@ $fa-font-path: "webfonts";
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.media {
|
.text-box {
|
||||||
.media-content {
|
width: calc(50% - 0.75rem);
|
||||||
width: calc(50% - 0.75rem);
|
.shorten-text {
|
||||||
.shorten-text {
|
overflow: hidden;
|
||||||
overflow: hidden;
|
text-overflow: ellipsis;
|
||||||
text-overflow: ellipsis;
|
white-space: nowrap;
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user