Added display:inline-block to action counters so they don't wrap.
This commit is contained in:
parent
50307d29c6
commit
4f282a039d
4 changed files with 12 additions and 0 deletions
|
|
@ -1075,6 +1075,9 @@ body.layout-single-column {
|
|||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.layout-single-column .detailed-status__link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Hashtag bar */
|
||||
.layout-single-column .hashtag-bar a {
|
||||
|
|
|
|||
|
|
@ -1075,6 +1075,9 @@ body.layout-single-column {
|
|||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.layout-single-column .detailed-status__link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Hashtag bar */
|
||||
.layout-single-column .hashtag-bar a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue