Project

General

Profile

« Previous | Next » 

Revision 6f1a2dde

Added by Ohad Levy over 9 years ago

fixes #7432 - ensure btn with dropdowns do not span across lines.

View differences:

app/assets/stylesheets/application.scss
table.table thead .sorting_asc_disabled { background: #f9f9f9 url('sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: #f9f9f9 url('sort_desc_disabled.png') no-repeat center right; }
table tr td:last-child {
.btn {
float:none;
}
white-space: nowrap;
}
.diff-modal{width: 720px; height: 520px;}
.modal-body{max-height: 800px;}

Also available in: Unified diff