Skip to content

Instantly share code, notes, and snippets.

@clamstew
Created February 25, 2015 17:28
Show Gist options
  • Save clamstew/8ba0dba1e30485add9f4 to your computer and use it in GitHub Desktop.
Save clamstew/8ba0dba1e30485add9f4 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
.product-name-language-wrapper {
padding-top:0;
min-width:132px;
overflow: hidden;
max-width: 300px;
@media (max-width: 1080px) {
max-width: 245px;
text-overflow: ellipsis;
}
white-space: nowrap;
margin-top:7px;
padding-top:11px;
text-align:left;
}
.product-name-language-wrapper {
padding-top: 0;
min-width: 132px;
overflow: hidden;
max-width: 300px;
white-space: nowrap;
margin-top: 7px;
padding-top: 11px;
text-align: left;
}
@media (max-width: 1080px) {
.product-name-language-wrapper {
max-width: 245px;
text-overflow: ellipsis;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment