fixed detail tab with summary and bold tags (#1198)

This commit is contained in:
Younes
2023-06-20 22:32:42 +01:00
committed by GitHub
parent afd60b8a16
commit bd51741b01

View File

@@ -709,6 +709,10 @@
background-color: var(--color-button-bg);
border-radius: var(--size-rounded-xs);
> * {
display: inline-block;
}
&:hover {
background-color: var(--color-button-bg-hover);
}