From 83b045a0d055ee939547ac85f73206e2a2c11052 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Mon, 13 Jul 2020 13:50:17 +0200 Subject: [PATCH] fix css --- .../app/indexation/indexing-form/indexing-form.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/app/indexation/indexing-form/indexing-form.component.scss b/src/frontend/app/indexation/indexing-form/indexing-form.component.scss index 08f2d35a08c..160805b7c25 100644 --- a/src/frontend/app/indexation/indexing-form/indexing-form.component.scss +++ b/src/frontend/app/indexation/indexing-form/indexing-form.component.scss @@ -569,6 +569,7 @@ .input-radio { ::ng-deep.mat-form-field-infix { + overflow: auto; padding-top: 0px; } -- GitLab