Skip to content

Commit

Permalink
Merge pull request maestrano#57 from clemthenem/master
Browse files Browse the repository at this point in the history
Added responsivity to the company selectbox
  • Loading branch information
ouranos authored Sep 19, 2016
2 parents 14afb35 + 3c45b2c commit 0dbb1e5
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,14 @@ dashboard-company-selectbox {
}
}
}

@media (max-width: @screen-sm) {
.company-select-box {
width: 100%;
position: fixed;
border-left: none;
border-top: 1px solid @dashboard-cpy-select-border-color;
top: calc(~'1px + ' @navbar-height); // Add top border
}
}
}

0 comments on commit 0dbb1e5

Please sign in to comment.