From c6324ce2e23820ca1bb3856ee9353ce1811e0e5c Mon Sep 17 00:00:00 2001 From: henrikmv Date: Mon, 19 Aug 2024 13:13:11 +0200 Subject: [PATCH] fix: remove use of media for responsiveness --- .../RegistrationDataEntry.component.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/core_modules/capture-core/components/Pages/New/RegistrationDataEntry/RegistrationDataEntry.component.js b/src/core_modules/capture-core/components/Pages/New/RegistrationDataEntry/RegistrationDataEntry.component.js index f17f2512ab..d2e49fd3b5 100644 --- a/src/core_modules/capture-core/components/Pages/New/RegistrationDataEntry/RegistrationDataEntry.component.js +++ b/src/core_modules/capture-core/components/Pages/New/RegistrationDataEntry/RegistrationDataEntry.component.js @@ -51,16 +51,11 @@ const getStyles = ({ typography }) => ({ }, flexItem: { flex: 1, - minWidth: '300px', + minWidth: '500px', }, dataEntryReadyItem: { minWidth: '300px', }, - '@media (max-width: 960px)': { - flexContainer: { - flexDirection: 'column', - }, - }, }); const DialogButtons = ({ onCancel, onSave }) => (