diff --git a/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/styles.sass b/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/styles.sass index f178d33..51ea718 100644 --- a/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/styles.sass +++ b/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/styles.sass @@ -81,4 +81,13 @@ font-weight: 700 input[type="file"]::file-selector-button - display: none \ No newline at end of file + display: none + +@media screen and (max-width: 570px) + .config-item + gap: 0.5rem + flex-direction: column + align-items: flex-start + + input + width: 100% \ No newline at end of file