Loading template/app/view/comments/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ Ext.define('Docs.view.comments.Index', { extend: 'Ext.container.Container', alias: 'widget.commentindex', cls: 'iScroll', cls: 'comment-index iScroll', margin: '10 0 0 0', autoScroll: true, Loading template/resources/sass/_comments.scss +4 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,10 @@ padding: 8px 0 0 25px; } .name { padding: 10px 0 0 0px; display: block; font-weight: normal !important; } &.open { min-height: 40px; } min-height: 40px; } } .comment-list { color: #444; .new-comment { .note { padding-bottom: 10px; Loading template/resources/sass/viewport.scss +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ padding: 1em 0 0.4em 0; font-weight: normal; } } .class-overview, .guide-container { .class-overview, .guide-container, .comment-index { min-height: 100px; .clr { clear: both; } Loading Loading
template/app/view/comments/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ Ext.define('Docs.view.comments.Index', { extend: 'Ext.container.Container', alias: 'widget.commentindex', cls: 'iScroll', cls: 'comment-index iScroll', margin: '10 0 0 0', autoScroll: true, Loading
template/resources/sass/_comments.scss +4 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,10 @@ padding: 8px 0 0 25px; } .name { padding: 10px 0 0 0px; display: block; font-weight: normal !important; } &.open { min-height: 40px; } min-height: 40px; } } .comment-list { color: #444; .new-comment { .note { padding-bottom: 10px; Loading
template/resources/sass/viewport.scss +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ padding: 1em 0 0.4em 0; font-weight: normal; } } .class-overview, .guide-container { .class-overview, .guide-container, .comment-index { min-height: 100px; .clr { clear: both; } Loading