remove horizontal scroll in page

This commit is contained in:
Dan Percic 2021-06-16 17:43:25 +03:00
parent 87a7707870
commit 9c21b595cf

View File

@ -55,6 +55,11 @@ ngx-monaco-editor {
margin-right: 32px;
}
.w-450 {
width: 100%;
max-width: 450px;
}
.red-input-group {
input {
padding-right: 32px;