Этот коммит содержится в:
Asaad Mahmood
2015-07-17 23:10:10 +05:00
родитель 665dff3f6d
Коммит 764bd97bc7
2 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@@ -10,9 +10,9 @@ var ActionTypes = Constants.ActionTypes;
module.exports = React.createClass({ module.exports = React.createClass({
componentDidMount: function() { componentDidMount: function() {
$('.edit-modal').on('show.bs.modal', function () { $('.modal').on('show.bs.modal', function () {
$('.edit-modal .edit-modal-body').css('overflow-y', 'auto'); $('.modal-body').css('overflow-y', 'auto');
$('.edit-modal .edit-modal-body').css('max-height', $(window).height() * 0.7); $('.modal-body').css('max-height', $(window).height() * 0.7);
}); });
}, },
handleCommentClick: function(e) { handleCommentClick: function(e) {

Просмотреть файл

@@ -66,7 +66,6 @@
} }
} }
.btn { .btn {
margin-right: 10px;
&.btn-primary { &.btn-primary {
float: right; float: right;
margin-top: -4px; margin-top: -4px;