fix(ui): missing padding in mark element

Revert #3660
Fix #3775
This commit is contained in:
Andelf
2022-01-06 17:10:04 +08:00
parent 3023208ace
commit 8f73d27eda
2 changed files with 3 additions and 55 deletions

View File

@@ -1075,6 +1075,7 @@ a.navigation {
mark {
background: #fef3ac;
color: #262626;
padding: 2px 4px;
border-radius: 3px;
}