linting fixes

This commit is contained in:
Linda 2018-09-26 16:45:42 -04:00
parent c18a073e17
commit b5a49e6cf2

View file

@ -153,22 +153,22 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
}
.comments-container {
padding-right: 1.5rem;
min-width: 65%;
max-width: 100%;
flex: 1;
padding-right: 1.5rem;
@media #{$medium-and-small} {
width: 100%;
padding: 0;
width: 100%;
}
.comment, .comment-top-row, .comment-bottom-row {
flex-direction: row;
flex-direction: row;
}
.comment-bubble {
text-align: left;
text-align: left;
}
}