Skip to content

Commit

Permalink
Merge pull request #606 from mesos/fix/597-small-screens
Browse files Browse the repository at this point in the history
Prevent jobs list from collapsing in small screens
  • Loading branch information
philipnrmn committed Jan 5, 2016
2 parents 6e7a495 + f93bef2 commit adcffc8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/resources/assets/app/scripts/styles/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -710,12 +710,7 @@ textarea::-webkit-input-placeholder {
}

.results {
bottom: 0;
left: 15px;
overflow: auto;
position: absolute;
right: 0;
top: 147px;
}

.sched .small-input {
Expand Down

0 comments on commit adcffc8

Please sign in to comment.