]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix some datatable CSS issues 22216/head
authorVolker Theile <vtheile@suse.com>
Thu, 24 May 2018 11:53:38 +0000 (13:53 +0200)
committerVolker Theile <vtheile@suse.com>
Thu, 24 May 2018 12:42:43 +0000 (14:42 +0200)
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss

index 4b80ae926ebd0e7d10e080c43cbd411a2fbb4aa7..e545e4e1424a22c1963ce75dcb9c25e1b1acc67c 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;
       & li > a, & li > span {
         border-radius: 3px;
       }