X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fapp-configuration%2Fapp-configuration.component.scss;fp=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fapp-configuration%2Fapp-configuration.component.scss;h=657196713e96e2c7b3f6bf31ab50703b04bd7f92;hb=8139455dc6a9db3958ececed5a54f5dc3541d429;hp=d7909209f6cb782775754caad1ce668ff6a18ecc;hpb=5447254cb207353b33e6a444cce8a7fd84cfd34a;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-frontend/src/app/app-configuration/app-configuration.component.scss b/dashboard/webapp-frontend/src/app/app-configuration/app-configuration.component.scss index d7909209..65719671 100644 --- a/dashboard/webapp-frontend/src/app/app-configuration/app-configuration.component.scss +++ b/dashboard/webapp-frontend/src/app/app-configuration/app-configuration.component.scss @@ -34,15 +34,23 @@ mat-spinner { margin-bottom:0px } -.config-form { - max-height: 400px; - overflow-y:scroll; +.config-textarea { + height: 300px; + overflow-y: scroll; } -.config-form::-webkit-scrollbar { +.config-textarea::-webkit-scrollbar { display: none; } .mat-form-field-wrapper{ margin-right:10px +} + +.mat-raised-button { + margin-right: 5px; +} + +mat-form-field { + width: 90% } \ No newline at end of file