Skip to content

Commit 9674915

Browse files
committed
update progress bar left padding
1 parent fa4e877 commit 9674915

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
@@ -548,7 +548,7 @@ onMounted(() => {
548548
border-bottom: 1px solid transparent;
549549
border-right: 1px solid var(--border-default-grey);
550550
transition: border-color 0.2s ease;
551-
padding-right: 1.5rem;
551+
padding-right: 0.75rem;
552552
}
553553
554554
@media (width < 48rem) {

0 commit comments

Comments
 (0)