mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
highlight details expanders with border
This commit is contained in:
parent
d4a5a27cbd
commit
6234fa168c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export default class ListDetails extends React.Component<any, any> {
|
|||
}
|
||||
|
||||
function FilterListDetails(props: any) {
|
||||
return <div className="card">
|
||||
return <div className="card border-primary">
|
||||
<div className="card-body p-2">
|
||||
<div className="container m-0">
|
||||
<div className="row">
|
||||
|
|
|
|||
Loading…
Reference in a new issue