fix(DefaultAside): ListGroup
with tag="div"
works better with rtl
This commit is contained in:
parent
8e2132e580
commit
1424b6c3f0
@ -64,7 +64,7 @@ class DefaultAside extends Component {
|
||||
</Nav>
|
||||
<TabContent activeTab={this.state.activeTab}>
|
||||
<TabPane tabId="1">
|
||||
<ListGroup className="list-group-accent">
|
||||
<ListGroup className="list-group-accent" tag={'div'}>
|
||||
<ListGroupItem className="list-group-item-accent-secondary bg-light text-center font-weight-bold text-muted text-uppercase small">Today</ListGroupItem>
|
||||
<ListGroupItem action tag="a" href="#" className="list-group-item-accent-warning list-group-item-divider">
|
||||
<div className="avatar float-right">
|
||||
|
Loading…
Reference in New Issue
Block a user