forked from Gitlink/forgeplus-react
fix
This commit is contained in:
parent
ec98710656
commit
d598334f45
|
|
@ -222,7 +222,7 @@ class Milepost extends Component {
|
|||
{data.milestones.map((item, key)=>{
|
||||
return <div className='flexSpaceBetween milepostItemBox'>
|
||||
<div>
|
||||
<div className="title">
|
||||
<div className="title" >
|
||||
<i className="iconfont icon-lichengbeiicon1 font-12 mr10 primaryColor"></i>
|
||||
<Link to={`/${owner}/${projectsId}/milestones/${item.id}`} className="font-16">{item.name}</Link>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -121,4 +121,7 @@
|
|||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
a{
|
||||
line-height: 16px !important;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue