Make comment box take up available space, not be tiny
This commit is contained in:
parent
db0f99c0a5
commit
b4786e762b
1 changed files with 7 additions and 0 deletions
|
@ -102,3 +102,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Adding this so the comment box at the bottom isn't unnaturally small.
|
||||||
|
// This perhaps should be more precisely targeted, or more generally.
|
||||||
|
|
||||||
|
.flow.content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue