Skip to content
Snippets Groups Projects
Commit 2f17e744 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix adding of answers in content-choice-creation

parent 6d9f12ef
1 merge request!150Resolve "Follow up from "Several Fixes""
......@@ -8,15 +8,6 @@ mat-header-cell {
mat-row {
background-color: #ffecb3;
&:last-child {
animation: fadeIn 2s;
}
}
@keyframes fadeIn {
0% {background-color: #b2dfdb}
100% {background-color: #ffecb3}
}
.addIcon {
......@@ -39,5 +30,5 @@ mat-row {
}
mat-form-field {
min-width: 250px;
width: 85%;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment