Skip to content

Commit 1424b6c

Browse files
committed
fix(DefaultAside): ListGroup with tag="div" works better with rtl
1 parent 8e2132e commit 1424b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/DefaultLayout/DefaultAside.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class DefaultAside extends Component {
6464
</Nav>
6565
<TabContent activeTab={this.state.activeTab}>
6666
<TabPane tabId="1">
67-
<ListGroup className="list-group-accent">
67+
<ListGroup className="list-group-accent" tag={'div'}>
6868
<ListGroupItem className="list-group-item-accent-secondary bg-light text-center font-weight-bold text-muted text-uppercase small">Today</ListGroupItem>
6969
<ListGroupItem action tag="a" href="#" className="list-group-item-accent-warning list-group-item-divider">
7070
<div className="avatar float-right">

0 commit comments

Comments
 (0)