hpi-schuelerklub/workshop-portal

View on GitHub
app/assets/stylesheets/emails.css

Summary

Maintainability
Test Coverage
/*
Place all the styles related to the matching controller here.
They will automatically be included in application.css.
*/
 
Rule doesn't have all its properties in alphabetical order.
.email-content {
width: 100%;
max-width: 100%;
}
 
.email-submit {
float: right;
}
 
Heading (h3) should not be qualified.
.email-templates h3 {
Values of 0 shouldn't have units specified.
margin-top: 0px;
}
 
.email-templates .list-group {
height: 550px;
}
 
Rule doesn't have all its properties in alphabetical order.
.email-templates .list-group-item-text {
overflow: hidden;
position: relative;
max-height: 3.9em;
text-align: justify;
padding-right: 1em;
}