Xeverything11 (talk | contribs)
No edit summary
Xeverything11 (talk | contribs)
CSS
Line 1: Line 1:
.tasks-group {
.tasks-group {
     display: inline-block;
     display: inline-block;
    height: 1.5rem;
}
.tasks-group-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 7.5rem;
}
}

Revision as of 20:32, 21 May 2025

.tasks-group {
    display: inline-block;
    height: 1.5rem;
}

.tasks-group-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 7.5rem;
}