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

Issue 1048 #1063

Merged
merged 2 commits into from
Mar 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
4 changes: 4 additions & 0 deletions assets/css/directives/dev-challenge-user-place.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ dev-challenge-user-place {
flex-direction: column;
text-align: center;
background-color: #F6F6F6;
@media only screen and (max-width: 767px) {
min-width: 84px;
margin-left: 5px;
}

.score {
margin-top: 28px;
Expand Down