Open pabloguerino opened 7 years ago
There are cases where we are using the styles from classy theme instead of the one from our theme. It shouldn't be an issue in most cases, but it is when we are using the em unit, as the margins are not consistent.
classy
em
For example:
.form-item, .form-actions { margin-top: 1em; margin-bottom: 1em; }
There are cases where we are using the styles from
classy
theme instead of the one from our theme. It shouldn't be an issue in most cases, but it is when we are using theem
unit, as the margins are not consistent.For example: