From 7572909b13821de30ac9fd3cf6692f8f71f3b086 Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Mon, 15 Jan 2024 19:33:31 +0000 Subject: [PATCH] Removed unnecessary margin ruining percentage centered --- src/exams/pdf/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/exams/pdf/styles.ts b/src/exams/pdf/styles.ts index a8162499..0440c37f 100644 --- a/src/exams/pdf/styles.ts +++ b/src/exams/pdf/styles.ts @@ -55,7 +55,6 @@ export const styles = StyleSheet.create({ display: "flex", flexDirection: "column", alignItems: "center", - gap: 4, position: "relative", }, radialResultContainer: {