From e1cc00ad179081856314bc5c5fcf8cca5ac4dbfa Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 24 Jul 2021 17:19:47 -0700 Subject: [PATCH] #6797: Fix element font-size --- netbox/project-static/dist/netbox-dark.css | Bin 706340 -> 706449 bytes netbox/project-static/dist/netbox-light.css | Bin 439967 -> 440008 bytes netbox/project-static/styles/netbox.scss | 5 +++++ 3 files changed, 5 insertions(+) diff --git a/netbox/project-static/dist/netbox-dark.css b/netbox/project-static/dist/netbox-dark.css index f76ea1c7fc687a92ea8bbeae601bb0a3ebe7ee52..b7ede9feea50a2b756e680f96053c669911c7e29 100644 GIT binary patch delta 55 zcmZ3|r#-P>yP<`#g{g(Pg{6hHg{_5s3rEkF=}j`6nv=UE1Xzo66LWH=Gah9(Xz%^P LvAy>T=k!YeD;5;Z2$X(bIK(EE6Wh% diff --git a/netbox/project-static/dist/netbox-light.css b/netbox/project-static/dist/netbox-light.css index bca530a9776fc9775d3c6dc931e823e7e91f26be..5ecaf1886159b009bfe163450d8ec50d15886f4b 100644 GIT binary patch delta 60 zcmbRLR_erCsfHHD7N!>F7M3lnX*F`ixrsSBI(lHLIxRo1M7KDzD%A?iPc3SXu3_CC JUBl*L1pwC)7Y+ab delta 29 kcmX@{R%-rRsfHHD7N!>F7M3lnX*KQrHLTnFYuGHU0KCi#eE elements to make text smaller. +small { + font-size: smaller !important; +} + // Automatically space out adjacent columns. .col:not(:last-child):not(:only-child) { margin-bottom: $spacer;