[FIX] Progress history layout

Align table cells correctly
This commit is contained in:
2021-09-12 15:20:48 +01:00
parent e74a15c84b
commit efebaf93ce
3 changed files with 31 additions and 17 deletions

View File

@@ -347,11 +347,19 @@ label, p, input[type=text], main > span, main div > span {
text-decoration: none;
color: inherit;
border-left: 8px solid transparent;
text-align: center;
vertical-align: top;
}
.progress-history-container > div > *:first-child {
border-left: 0;
word-break: break-all;
text-align: left;
}
.progress-history-container .button.button--no-background {
padding: 0;
margin: 0;
}
@media screen and (max-width: 420px) {