From 25f72e65fd50fb0a67d71045b8b07f5b583bf8d4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 3 Jun 2023 17:04:06 +0200 Subject: [PATCH] Optimized the ConfigurationRow styles.sass for mobile devices --- .../components/ConfigurationRow/styles.sass | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationRow/styles.sass b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationRow/styles.sass index 4ddbc3b..c1d1b09 100644 --- a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationRow/styles.sass +++ b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationRow/styles.sass @@ -26,4 +26,11 @@ padding: 0.4rem 0.7rem box-sizing: border-box font-size: 16pt - width: 55% \ No newline at end of file + width: 55% + +@media screen and (max-width: 425px) + .input-field + width: 100% + .configuration-row + flex-direction: column + align-items: flex-start \ No newline at end of file