Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

2 files
+ 0
16
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 3effb672
    Issue #3261049 by Gauravmahlawat, elber, Elena Chechulina, longwave, Chi,... · 3effb672
    Lauri Timmanee authored
    Issue #3261049 by Gauravmahlawat, elber, Elena Chechulina, longwave, Chi, Kristen Pol: Remove duplicated margin properties from typography CSS
@@ -9,34 +9,26 @@
* with the base line height of Claro.
*/
.leader {
margin-top: 1.25rem;
margin-top: 1.538rem;
}
.leader-double {
margin-top: 2.5rem;
margin-top: 3.076rem;
}
.leader-triple {
margin-top: 3.75rem;
margin-top: 4.614rem;
}
.leader-quadruple {
margin-top: 5rem;
margin-top: 6.152rem;
}
.trailer {
margin-bottom: 1.25rem;
margin-bottom: 1.538rem;
}
.trailer-double {
margin-bottom: 2.5rem;
margin-bottom: 3.076rem;
}
.trailer-triple {
margin-bottom: 3.75rem;
margin-bottom: 4.614rem;
}
.trailer-quadruple {
margin-bottom: 5rem;
margin-bottom: 6.152rem;
}
Loading