Always align action items to the right even when the window is small
This commit is contained in:
parent
ca918bc7e3
commit
c9618458cb
2 changed files with 16 additions and 12 deletions
File diff suppressed because one or more lines are too long
|
@ -694,6 +694,10 @@ a.button {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.item-meta ul:last-child {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.item-meta li {
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue