Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit fc99f74

Browse files
committed
text-align left added to event details class
1 parent 978321a commit fc99f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/row-events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const RowEvent = ({
5151
.card_icons {
5252
margin-right: 15px;
5353
display: ${isMultiLine ? 'block' : null};
54+
text-align: left;
5455
}
5556
@media (max-width: 700px) {
5657
.card_icons {

0 commit comments

Comments
 (0)