Skip to content
Snippets Groups Projects

Expected "max-width" to come before "margin-bottom"

Merged Patrick Kenny requested to merge issue/feeds_ex-3441785:stylelint into 8.x-1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,8 +4,8 @@
@@ -4,8 +4,8 @@
*/
*/
.feeds-ex-source-table .form-type-machine-name .description {
.feeds-ex-source-table .form-type-machine-name .description {
margin-bottom: 0;
max-width: 250px;
max-width: 250px;
 
margin-bottom: 0;
white-space: normal;
white-space: normal;
}
}
Loading