Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Promote to prod - Bug Bash 3 #1096

Merged
merged 14 commits into from
Mar 22, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wrap content for smallest mobile sizes for no overflow
  • Loading branch information
Colinh84 committed Mar 15, 2017
commit 629fd2a73b76c448f81ee6dc058a4acfe2a23fb5
5 changes: 3 additions & 2 deletions assets/css/directives/challenge-tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ challenge-tile .challenge.list-view {
margin-bottom: 10px;
padding: 20px 0;
padding-left: 5px;
height: 110px;
min-height: 110px;
border: 1px solid #E0E0E0;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
Expand Down Expand Up @@ -612,7 +612,8 @@ challenge-tile .challenge.list-view {
.completed-challenge {
width: 100%;
display: flex;
flex-direction: row;
flex-flow: row wrap;
overflow: hidden;
header {
flex: 2;
}
Expand Down
3 changes: 1 addition & 2 deletions assets/css/directives/dev-challenge-user-place.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ dev-challenge-user-place {
text-align: center;
background-color: #F6F6F6;
@media only screen and (max-width: 767px) {
min-width: 50px;
width: 50px;
min-width: 84px;
margin-left: 5px;
}

Expand Down