From 7f52729624d6850f9bd3668b0a2a85f594a01e3c Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Mon, 2 Dec 2019 16:29:19 +0100 Subject: [PATCH] FEAT #11691 TIME 0:10 add overflow type attachment type filter --- src/frontend/app/attachments/attachments-list.component.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/app/attachments/attachments-list.component.scss b/src/frontend/app/attachments/attachments-list.component.scss index a335663d3ea..6740a70195a 100644 --- a/src/frontend/app/attachments/attachments-list.component.scss +++ b/src/frontend/app/attachments/attachments-list.component.scss @@ -153,6 +153,9 @@ } .filterTypes { + overflow: auto; + width: auto; + max-width: 100%; margin-left: 10px; ::ng-deep.mat-button-toggle-checked { background: $secondary; -- GitLab