Merge pull request #223 from ets-cfuhrman-pfe/JubaAzul/issue221

Problème dans l'affichage des rétroactions  Katek pour les prévisualisations (Éditeur de quiz)
This commit is contained in:
Christopher (Cris) Fuhrman 2025-02-07 11:01:00 -05:00 committed by GitHub
commit 3cc0c8f20b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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%);