mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix v-align of details buttons
This commit is contained in:
parent
252bb87105
commit
e58fa747ec
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,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 align-top">
|
||||
<div className="col-3 p-0 btn-group-vertical justify-content-start">
|
||||
<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