Skip to content

Commit be9ca93

Browse files
committed
update progress bar left padding
1 parent 20d6e7c commit be9ca93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

confiture-web-app/src/components/audit/AuditGenerationHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ onMounted(() => {
581581
border-bottom: 1px solid transparent;
582582
border-right: 1px solid var(--border-default-grey);
583583
transition: border-color 0.2s ease;
584-
padding-right: 1.5rem;
584+
padding-right: 0.75rem;
585585
}
586586
587587
@media (width < 48rem) {

0 commit comments

Comments
 (0)