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

Compress style invalid #295

Closed
JacksonTian opened this issue Jun 11, 2014 · 1 comment
Closed

Compress style invalid #295

JacksonTian opened this issue Jun 11, 2014 · 1 comment

Comments

@JacksonTian
Copy link

.component.data_table .detail .outline {
  width: 100%;
  height: 59px;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -moz-box;
  -moz-box-align: center;
  -moz-box-pack: center;
  position: relative;
}

=>

.component.data_table .detail .outline{width:100%;height:59px;-webkit-box-align:center;-webkit-box-pack:center;display:-moz-box;-moz-box-align:center;-moz-box-pack:center;position:relative}

the result is wrong!

display: -webkit-box is missed.

@GoalSmashers
Copy link
Contributor

Please see #210. Will be partially fixed in upcoming 2.2 release.

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