|
@@ -172,6 +172,7 @@ const ConnectionsPage = () => {
|
|
sx={{
|
|
sx={{
|
|
mr: 1,
|
|
mr: 1,
|
|
width: i18n.language === "en" ? 190 : 120,
|
|
width: i18n.language === "en" ? 190 : 120,
|
|
|
|
+ height: 33.375,
|
|
'[role="button"]': { py: 0.65 },
|
|
'[role="button"]': { py: 0.65 },
|
|
}}
|
|
}}
|
|
>
|
|
>
|
|
@@ -193,6 +194,7 @@ const ConnectionsPage = () => {
|
|
placeholder={t("Filter conditions")}
|
|
placeholder={t("Filter conditions")}
|
|
value={filterText}
|
|
value={filterText}
|
|
onChange={(e) => setFilterText(e.target.value)}
|
|
onChange={(e) => setFilterText(e.target.value)}
|
|
|
|
+ sx={{ input: { py: 0.65, px: 1.25 } }}
|
|
/>
|
|
/>
|
|
</Box>
|
|
</Box>
|
|
|
|
|