Pull request #216: remove horizontal scroll in page

Merge in RED/ui from RED-1561 to master

* commit '9c21b595cf019277cb691f5fc25f416a2fd9a0e9':
  remove horizontal scroll in page
This commit is contained in:
Timo Bejan 2021-06-17 09:31:35 +02:00
commit c7ff3d4513

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;