Commit 443d583e authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Remove unneeded horizontal-rhythm from AnnotationHeader

Remove an unneeded horizontal-rhythm mixin from AnnotationHeader. Fixes
a regression in which the timestamps were not appearing right-aligned
in the header of annotation cards.
parent ac176094
......@@ -7,7 +7,6 @@
.AnnotationHeader {
&__row {
@include layout.row($align: baseline);
@include layout.horizontal-rhythm;
// Wrap onto multiple rows from bottom to top
flex-wrap: wrap-reverse;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment