Web:Client:Fix width input.

This commit is contained in:
VladaGaz 2023-07-04 19:47:14 +03:00
parent 13d5d1b99f
commit 23b61e5a60

View File

@ -23,6 +23,11 @@ const MainContainer = styled.div`
margin-bottom: 8px;
}
.lifetime-input {
width: 100%;
max-width: 350px;
}
.save-cancel-buttons {
margin-top: 24px;
}
@ -211,6 +216,7 @@ const SessionLifetime = (props) => {
{t("Lifetime")}
</Text>
<TextInput
className="lifetime-input"
maxLength={4}
isAutoFocussed={false}
value={sessionLifetime}