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.

#37 multiline span on landing page in events card #58

Merged
merged 4 commits into from
Oct 25, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
text-align left added to event details class
  • Loading branch information
abiduzz420 committed Oct 25, 2017
commit fc99f74dab60c85c62d8d129efdab7a890c6176f
1 change: 1 addition & 0 deletions components/row-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const RowEvent = ({
.card_icons {
margin-right: 15px;
display: ${isMultiLine ? 'block' : null};
text-align: left;
}
@media (max-width: 700px) {
.card_icons {
Expand Down