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

Fixed spacing on design cards #519

Merged
merged 1 commit into from
Nov 3, 2015
Merged

Conversation

tladendo
Copy link
Contributor

@tladendo tladendo commented Nov 3, 2015

No description provided.

tladendo added a commit that referenced this pull request Nov 3, 2015
@tladendo tladendo merged commit 2b5d9a4 into dev Nov 3, 2015
@@ -61,7 +61,9 @@ challenge-tile .challenge.tile-view {

// roles bar is common for both active and completed
.roles {
width: 100%;
width: 101%;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think to fix this issue we should fix the container (challenge-tile .challenge.tile-view), which has a set height. The .roles p tag is overflowing past the card. The parent should have the border and p.roles should just be at the bottom of the container with no border. width: 101% is hard to understand what's going on and the ramifications I think. If we remove the set height (350px) on the parent, it should help. We can give min heights to the children if necessary.

@nlitwin nlitwin deleted the feature/tom-design-card-overflow branch January 26, 2016 22:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants