Skip to content

Commit

Permalink
Merge pull request #1033 from MetaPhase-Consulting/TM-1897
Browse files Browse the repository at this point in the history
TM-1897 Increase the Bid Season column width
  • Loading branch information
vijaynai19 committed Aug 10, 2020
2 parents 299b28c + a0d1e54 commit 33cabec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/sass/_bidderPortfolio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ $cdo-search-container-padding: 10px;
margin-bottom: 3px;
}

.picky {
width: 200px;
}

.picky--sublabel {
margin-left: 2em;
}
Expand Down Expand Up @@ -479,7 +483,7 @@ $cdo-search-container-padding: 10px;
min-width: 100px;
}
}
@media screen and (max-width: 1250px) {
@media screen and (max-width: 1241px) {
.small-screen-stack {
width: 100%;
margin-bottom: 10px;
Expand All @@ -492,7 +496,7 @@ $cdo-search-container-padding: 10px;
margin: 0 10px 0 0;
}
}
@media screen and (max-width: 900px) {
@media screen and (max-width: 890px) {
.small-screen-stack > div {
min-width: 300px;
}
Expand Down

0 comments on commit 33cabec

Please sign in to comment.