mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
groups: correct line-height on group items
This commit is contained in:
parent
f71f25486d
commit
48163d9bb2
@ -108,7 +108,7 @@ export class GroupDetail extends Component {
|
||||
</div>
|
||||
<div className="flex flex-column flex-auto">
|
||||
<p className="f9 inter ml2 w-100">{each.title}</p>
|
||||
<p className="f9 inter ml2 w-100">
|
||||
<p className="f9 inter mt2 ml2 w-100">
|
||||
<span className="f9 di mr2 inter">{each.app}</span>
|
||||
<Link className="f9 di green2" to={each.link}>
|
||||
Open
|
||||
|
Loading…
Reference in New Issue
Block a user