]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: New Landing Page: Milestone 2
authoralfonsomthd <almartin@redhat.com>
Fri, 28 Sep 2018 08:16:19 +0000 (10:16 +0200)
committeralfonsomthd <almartin@redhat.com>
Wed, 3 Oct 2018 12:24:31 +0000 (14:24 +0200)
Info Card fluid font size: set max width to 2K.

Fixes: https://tracker.ceph.com/issues/27050
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.scss

index 8953a72214b3558ae4c4336b54ba57cd43affd26..cd05324375096d1c0c1e9cc797b18499d13e58e3 100644 (file)
@@ -3,7 +3,7 @@
 $card-height: 6vw;
 $card-medium-height: 12vw;
 $card-font-min-width: 320px;
-$card-font-max-width: 1920px;
+$card-font-max-width: 2048px;
 $card-font-min-size: 12px;
 $card-font-max-size: 21px;
 $logs-text-font-size: $card-font-min-size;