Improved draw result description css

This commit is contained in:
WBHarry 2026-01-18 02:03:45 +01:00
parent a165035d5a
commit 85c38c0b0d
2 changed files with 23 additions and 13 deletions

View file

@ -115,6 +115,16 @@
padding-top: 0;
}
}
.table-results {
.description {
flex-basis: min-content;
> p:first-of-type {
margin-top: 0;
}
}
}
}
}
}