fix: Refines badge image styling
Adjusts CSS selector for badge images to enhance layout control. Ensures badge images maintain consistent size across different elements.
This commit is contained in:
parent
c702671243
commit
4479a109b3
1 changed files with 1 additions and 1 deletions
|
@ -1317,6 +1317,6 @@ Currently blocked by implementation of comments retrieval in the backend
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge > img {
|
||||||
max-height: 1em;
|
max-height: 1em;
|
||||||
}
|
}
|
Loading…
Reference in a new issue