Module: appdb Branch: master Commit: d0c61b7b970e191a6e88cb6aaf3041cd403f5e88 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=d0c61b7b970e191a6e88cb6aa... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Mon Dec 5 08:34:45 2016 -0600 remove scroll class --- include/note.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/note.php b/include/note.php index ca914ac..0e43cce 100644 --- a/include/note.php +++ b/include/note.php @@ -296,7 +296,7 @@ class Note { $shOutput .= '</form>'; } - echo html_note("<span class=\"note-{$sClass}\">{$sTitle}</span>", $this->shDescription, $shOutput, 'default panel-scroll'); + echo html_note("<span class=\"note-{$sClass}\">{$sTitle}</span>", $this->shDescription, $shOutput, 'default'); } public static function displayNotesForEntry($iVersionId, $iAppId = null)