Add border width to negative margin to prevent jumps

This commit is contained in:
Marian Friedmann 2017-07-27 11:05:17 +02:00 committed by Robert Lord
parent 29b35a3388
commit 4f3116a68c

View file

@ -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%);