mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #1862 from awesomerobot/master
preventing staff highlight from overlapping when on multiple lines
This commit is contained in:
commit
c930fe41b2
1 changed files with 2 additions and 2 deletions
|
@ -576,8 +576,8 @@ iframe {
|
|||
}
|
||||
|
||||
.staff a {
|
||||
padding: 4px;
|
||||
margin: -4px 0 0 0;
|
||||
padding: 2px;
|
||||
margin: -2px 0 0 0;
|
||||
background-color: lighten(yellow, 35%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue