]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix some datatable CSS issues 22274/head
authorVolker Theile <vtheile@suse.com>
Mon, 28 May 2018 10:51:11 +0000 (12:51 +0200)
committerVolker Theile <vtheile@suse.com>
Mon, 28 May 2018 10:51:11 +0000 (12:51 +0200)
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit 5e84bc5fee6a44b5a18d1f4f2e917af0deeac12c)

src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss

index 9baaf951b634d94bf0c24eeb33e053e02cbce229..792e59d14757fbaba36bf665c9dee34b62cae25f 100644 (file)
   .input-group.dataTables_paginate {
     width: 8%;
     min-width: 85px;
+    padding-right: 8px;
   }
 }
 
 ::ng-deep .oadatatable {
   border: $border-color;
   margin-bottom: 0;
-  max-width: none!important;
+  max-width: none !important;
   .progress-linear {
     display: block;
     position: relative;
       padding-left: 5px;
     }
     .datatable-pager .pager {
-      margin-right: 5px;
+      margin-right: 5px !important;
       .pages {
         & > a, & > span {
           display: inline-block;