mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
Merge pull request #1862 from awesomerobot/master
preventing staff highlight from overlapping when on multiple lines
This commit is contained in:
commit
c930fe41b2
@ -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…
x
Reference in New Issue
Block a user