Skip to content

Commit

Permalink
my fix did not work.
Browse files Browse the repository at this point in the history
  • Loading branch information
riley committed Apr 24, 2017
1 parent 78ef98b commit 801ce13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/coral-embed-stream/style/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,13 @@ hr {
.commentActionsRight, .replyActionsRight {
display: flex;
justify-content: flex-end;
width: 50%;
width: 30%;
}
.commentActionsLeft, .replyActionsLeft {
display: flex;
justify-content: flex-start;
float: left;
width: 50%;
width: 70%;
}

.comment__action-container .material-icons {
Expand Down

0 comments on commit 801ce13

Please sign in to comment.