Loggest thy stuff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
253 B

<div class="progress-row">
<slot></slot>
</div>
<style>
div.progress-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 0.5em;
font-size: 0.75em;
}
div.progress-row:empty {
margin-top: 0;
}
</style>