mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
re-add padding around details left column
This commit is contained in:
parent
2569f2fd21
commit
5f45daea75
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function FilterListDetails(props: any) {
|
|||
<div className="card-body p-2">
|
||||
<div className="container m-0">
|
||||
<div className="row">
|
||||
<div className="col-9 p-0">
|
||||
<div className="col-9">
|
||||
<Description description={props.details.description} url={props.details.descriptionSourceUrl}/>
|
||||
<Languages languages={props.details.languages}/>
|
||||
<PublishedDate date={props.details.publishedDate}/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue