RED-4110: fix input overflow

This commit is contained in:
Dan Percic 2022-06-02 16:01:32 +03:00
parent 3488c75ac9
commit 7dbc21c7bf

View File

@ -4,3 +4,8 @@
height: 0;
visibility: hidden;
}
input {
position: absolute;
right: 300px;
}