From 68174f1013289ffffa56a2f7cfbfeb770f39a227 Mon Sep 17 00:00:00 2001 From: Nicholas Iannone Date: Mon, 10 Jul 2017 13:26:20 -0500 Subject: [PATCH] Fixed floating pagination elements dropping down onto the next line. --- src/BootstrapPaginator.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/BootstrapPaginator.ts b/src/BootstrapPaginator.ts index 435ce0e..9eb3886 100644 --- a/src/BootstrapPaginator.ts +++ b/src/BootstrapPaginator.ts @@ -6,6 +6,11 @@ import * as _ from "lodash"; selector: "mfBootstrapPaginator", template: ` + - ` })