mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Problème dans l'affichage des rétroactions Katek pour les prévisualisations (Éditeur de quiz)
Fixes #221
This commit is contained in:
parent
cb069bebeb
commit
44f36a3a6b
1 changed files with 2 additions and 2 deletions
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue