Fix task list label styling.

This commit is contained in:
John Livingston
2024-12-10 11:25:33 +01:00
parent 1bea08654f
commit d0797ba631
3 changed files with 10 additions and 1 deletions

View File

@ -34,6 +34,11 @@
.task-list-name {
flex-grow: 2;
label {
// Cancelling the Peertube margin-bottom on labels
margin: 0;
}
form {
display: flex;
flex-flow: row nowrap;