mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
align details buttons to right (take 2)
This commit is contained in:
parent
9bbdaca9a8
commit
0d33dc8b86
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ function FilterListDetails(props: any) {
|
|||
<DiscontinuedDate date={props.details.discontinuedDate}/>
|
||||
<License license={props.details.license}/>
|
||||
</div>
|
||||
<div className="col-3 p-0 btn-group-vertical justify-content-start align-end">
|
||||
<div className="col-3 p-0 btn-group-vertical justify-content-start d-flex align-items-end">
|
||||
<SubscribeUrl url={props.details.viewUrl} name={props.details.name}/>
|
||||
<ViewUrl url={props.details.viewUrl} name={props.details.name}/>
|
||||
<HomeUrl url={props.details.homeUrl} name={props.details.name}/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue