Skip to content

Commit adcffc8

Browse files
committed
Merge pull request #606 from mesos/fix/597-small-screens
Prevent jobs list from collapsing in small screens
2 parents 6e7a495 + f93bef2 commit adcffc8

File tree

1 file changed

+0
-5
lines changed
  • src/main/resources/assets/app/scripts/styles

1 file changed

+0
-5
lines changed

src/main/resources/assets/app/scripts/styles/core.less

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -710,12 +710,7 @@ textarea::-webkit-input-placeholder {
710710
}
711711

712712
.results {
713-
bottom: 0;
714-
left: 15px;
715713
overflow: auto;
716-
position: absolute;
717-
right: 0;
718-
top: 147px;
719714
}
720715

721716
.sched .small-input {

0 commit comments

Comments
 (0)