]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
reverted body font-size back to 12px
authorIvo Almeida <ialmeida@redhat.com>
Tue, 28 May 2024 14:14:34 +0000 (15:14 +0100)
committerIvo Almeida <ialmeida@redhat.com>
Thu, 30 May 2024 10:25:48 +0000 (11:25 +0100)
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss

index 72a5cd26a45b72533371e334935778dff0bc26b6..ed987be9f4d2e7a9a1c59cfd1dfe5647ff63c3ba 100644 (file)
@@ -8,7 +8,7 @@ html {
 html,
 body {
   // WARNING: This was clashing with Carbon's font-size
-  // font-size: 12px;
+  font-size: 12px;
   height: 100%;
   width: 100%;
 }