Github user benkeen commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/152#discussion_r20373720
--- Diff: app/addons/documents/assets/less/documents.less ---
@@ -100,9 +100,9 @@ button.beautify {
}
#editor-container {
- width: 1316px;
height: 688px;
font-size: 16px;
+ width: 97%;
--- End diff --
This does work, but I don't much like it... :( When resizing the page, the
space between the end of the editor and the right side of the window changes.
It's a small detail, but I think it should remain consistent.
Instead, it might be nicer to set that to a full 100% here, then add 20px
right-padding to the #dashboard-content (or an immediate child if it's not easy
to do for this page alone).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---