Skip to content
Snippets Groups Projects
Commit 9e2823fa authored by Dan Notestein's avatar Dan Notestein
Browse files

Merge branch '58-editing-too-narrow' into 'develop'

Closes #58 - allow full width reply editor for editing posts and comments

Closes #58

See merge request !68
parents 9cd0b60e 27f140cd
No related branches found
No related tags found
2 merge requests!71Pending changes from develop,!68Closes #58 - allow full width reply editor for editing posts and comments
......@@ -11,6 +11,15 @@
margin-bottom: 0.2rem;
}
}
.ReplyEditor .column.large-6 {
max-width: 100%;
flex: 0 0 100%;
}
.ReplyEditor .side-by-side {
height: auto;
}
}
.Comment__Userpic {
......
......@@ -30,6 +30,15 @@
.ReplyEditor {
margin-top: 1rem;
}
.ReplyEditor .column.large-6 {
max-width: 100%;
flex: 0 0 100%;
}
.ReplyEditor .side-by-side {
height: auto;
}
}
.PostFull__time_author_category {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment