From 165ee2929bc76fc7f9985ae81cc33736820c7865 Mon Sep 17 00:00:00 2001 From: Kim <1877318+kimsible@users.noreply.github.com> Date: Fri, 1 May 2020 10:45:07 +0200 Subject: Fix tables width, paginators, button on mobile / touchscreens (#2695) --- client/src/sass/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index eee3db8fc..377c85070 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -66,7 +66,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; } -@media screen and (min-width: #{map-get($grid-breakpoints, md)}) { +@media screen and (min-width: #{breakpoint(md)}) { .modal:before { vertical-align: middle; content: " "; -- cgit v1.2.3