Merge pull request #45539 from rhcs-dashboard/css-fix-highlight-search

mgr/dashboard: Remove padding in search highlighted text
This commit is contained in:
David Galloway 2022-03-25 14:44:46 -04:00 committed by GitHub
commit 01b730d349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,11 @@ option {
font-weight: normal;
}
mark {
background-color: vv.$yellow;
padding: 0;
}
.full-height {
height: 100vh;
}