Currently the "CSS property overwritten" inspection has only one resolution type (remove property). In number of cases, those properties can be merged:
margin:0;
margin-top:20px;
could be merged into: margin: 20px 0 0 0;
Description
Currently the "CSS property overwritten" inspection has only one resolution type (remove property). In number of cases, those properties can be merged:
margin:0;
margin-top:20px;
could be merged into: margin: 20px 0 0 0;