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

Commit 9092315

Browse files
authored
Merge pull request #1063 from Colinh84/issue_1048
Issue 1048
2 parents d1f1dc6 + 629fd2a commit 9092315

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

assets/css/directives/challenge-tile.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ challenge-tile .challenge.list-view {
410410
margin-bottom: 10px;
411411
padding: 20px 0;
412412
padding-left: 5px;
413-
height: 110px;
413+
min-height: 110px;
414414
border: 1px solid #E0E0E0;
415415
border-radius: 6px;
416416
box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
@@ -612,7 +612,8 @@ challenge-tile .challenge.list-view {
612612
.completed-challenge {
613613
width: 100%;
614614
display: flex;
615-
flex-direction: row;
615+
flex-flow: row wrap;
616+
overflow: hidden;
616617
header {
617618
flex: 2;
618619
}

assets/css/directives/dev-challenge-user-place.scss

+4
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ dev-challenge-user-place {
108108
flex-direction: column;
109109
text-align: center;
110110
background-color: #F6F6F6;
111+
@media only screen and (max-width: 767px) {
112+
min-width: 84px;
113+
margin-left: 5px;
114+
}
111115

112116
.score {
113117
margin-top: 28px;

0 commit comments

Comments
 (0)