Merge pull request #2970 from vcostin/bug/19723-choosing-timeline-report-select-cut

19723 add min-height to timelines content section
pull/2993/merge
Florian Kraft 10 years ago
commit da12552332
  1. 5
      app/assets/stylesheets/content/_timelines.scss

@ -71,6 +71,11 @@
}
}
//HACK: Use a min-height to ensure that the timeline_select select2 is not cropped at the bottom
.controller-timelines #content {
min-height: 700px;
}
#content {
.meta table.timelines-attributes {
th, td {

Loading…
Cancel
Save