UX: Fix time alignment on user activity pages
This commit is contained in:
parent
1062dbc3e9
commit
4f26893d57
|
@ -39,11 +39,16 @@
|
|||
.time,
|
||||
.delete-info,
|
||||
.draft-type {
|
||||
margin-left: auto;
|
||||
float: right;
|
||||
color: $primary-medium;
|
||||
font-size: $font-down-2;
|
||||
}
|
||||
|
||||
.notification .time {
|
||||
margin-left: auto;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.draft-type {
|
||||
clear: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue