mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Add border width to negative margin to prevent jumps
This commit is contained in:
parent
29b35a3388
commit
4f3116a68c
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ html, body {
|
|||
|
||||
.search-highlight {
|
||||
padding: 2px;
|
||||
margin: -2px;
|
||||
margin: -3px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #F7E633;
|
||||
background: linear-gradient(to top left, #F7E633 0%, #F1D32F 100%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue