[FIX] styling (word wrapping, table column gaps)

This commit is contained in:
2021-10-08 18:56:48 +01:00
parent b532e2deb1
commit e813deb841
2 changed files with 10 additions and 5 deletions

View File

@@ -31,7 +31,6 @@
.progress-end-incorrect-answers {
display: table;
table-layout: fixed;
column-gap: 10px;
width: 100%;
margin-top: 24px;
row-gap: 8px;
@@ -46,6 +45,11 @@
word-wrap: break-word;
padding-top: 2px;
padding-bottom: 2px;
border-left: 8px solid transparent;
}
.progress-end-incorrect-answers > div > *:first-child {
border-left: 0;
}
.progress-end-button-container {