fixed slider css missing on edit screen
This commit is contained in:
parent
a03812f6ee
commit
902c00f21c
1 changed files with 9 additions and 0 deletions
|
|
@ -126,6 +126,15 @@
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.priority-slider-container{
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
display: flex;
|
||||||
|
flex-direction:row;
|
||||||
|
align-items: center;
|
||||||
|
gap: 1em;
|
||||||
|
font-size: 0.75em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue