Problème dans l'affichage des rétroactions Katek pour les prévisualisations (Éditeur de quiz)

Fixes #221
This commit is contained in:
JubaAzul 2025-02-03 15:47:05 -05:00
parent cb069bebeb
commit 44f36a3a6b

View file

@ -120,9 +120,9 @@
}
.feedback-container {
margin-left: 1.1rem;
display: inline-flex !important; /* override the parent */
display: inline-block !important; /* override the parent */
align-items: center;
margin-left: 1.1rem;
position: relative;
padding: 0 0.5rem;
background-color: hsl(43, 100%, 94%);