Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css issue #415

Closed
snowrain opened this issue Dec 9, 2013 · 0 comments
Closed

css issue #415

snowrain opened this issue Dec 9, 2013 · 0 comments

Comments

@snowrain
Copy link

snowrain commented Dec 9, 2013

packed version is:
.ui.cube.shape .side {
min-width: 15em;
height: 15em;
...
}
it should be:
.ui.cube.shape .side {
min-width: 15em;
min-height: 15em;
...
}
other wise in custom size case, the padding box is not suite with content box.

@jlukic jlukic closed this as completed Dec 10, 2013
MohammadYounes pushed a commit to MohammadYounes/Semantic-UI that referenced this issue Dec 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants