post read-state icon alignment

This commit is contained in:
Kris 2018-09-05 13:19:36 -04:00
parent 17087eff2a
commit 1c65969bb4
1 changed files with 3 additions and 3 deletions

View File

@ -870,11 +870,11 @@ span.highlighted {
}
.read-state {
color: $tertiary-medium;
// We use absolute positioning here because we want it to display in the padding
position: absolute;
// We use absolute positioning here because we want it to display in the padding
align-self: center;
color: $tertiary-medium;
right: 0;
top: 2em;
font-size: 0.571em;
}