fixed slider css missing on edit screen

This commit is contained in:
Max 2024-04-08 18:37:56 +02:00
parent a03812f6ee
commit 902c00f21c

View file

@ -126,6 +126,15 @@
color: whitesmoke;
font-weight: 700;
}
.priority-slider-container{
padding-bottom: 1rem;
display: flex;
flex-direction:row;
align-items: center;
gap: 1em;
font-size: 0.75em;
}
</style>
@code {