From 8cd6168b48e03b8c3a2dbbfc2b6c882ef8b09465 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 15 Jan 2013 21:42:43 +0000 Subject: [PATCH] Set width of comment entry area in note popups --- app/assets/javascripts/templates/notes/new.jst.ejs | 2 +- app/assets/javascripts/templates/notes/show.jst.ejs | 2 +- app/assets/stylesheets/common.css.scss | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/templates/notes/new.jst.ejs b/app/assets/javascripts/templates/notes/new.jst.ejs index 2c2e77cfe..0b074ec3b 100644 --- a/app/assets/javascripts/templates/notes/new.jst.ejs +++ b/app/assets/javascripts/templates/notes/new.jst.ejs @@ -3,7 +3,7 @@
- +
diff --git a/app/assets/javascripts/templates/notes/show.jst.ejs b/app/assets/javascripts/templates/notes/show.jst.ejs index 028f4d084..9b9266a05 100644 --- a/app/assets/javascripts/templates/notes/show.jst.ejs +++ b/app/assets/javascripts/templates/notes/show.jst.ejs @@ -19,7 +19,7 @@ <% }) %> <% if (note.status == "open") { %> - +
diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 062c782a7..fcc580021 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1654,6 +1654,10 @@ a.button.submit { } } + .comment { + width: 100%; + } + .buttons { margin-top: 5px; text-align: right; -- 2.43.2