mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/timeline: force pre blocks to be inline in replies to apply line limit
This commit is contained in:
parent
d77534c1de
commit
3536aa1569
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ blockquote.reply-body {
|
|||
border-left: 2px solid #aaa;
|
||||
padding: .25rem .5rem;
|
||||
|
||||
pre {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
&:hover, &.composer {
|
||||
border-color: black;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue