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

Commit 2b5d9a4

Browse files
committed
Merge pull request #519 from appirio-tech/feature/tom-design-card-overflow
Fixed spacing on design cards
2 parents 80a8b1c + 71a8da2 commit 2b5d9a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/directives/challenge-tile.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ challenge-tile .challenge.tile-view {
6161

6262
// roles bar is common for both active and completed
6363
.roles {
64-
width: 100%;
64+
width: 101%;
65+
border: 1px solid #e0e0e0;
66+
border-top: none;
6567
display: flex;
6668
flex-direction: row;
6769
justify-content: flex-start;

0 commit comments

Comments
 (0)