From 8e1e58c2db979e5f73485571a0f2a06fceec9b85 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Wed, 12 Jul 2017 15:13:47 -0400 Subject: [PATCH] Add font-family fallbacks for revision sha --- awx/ui/client/lib/components/truncate/_index.less | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/lib/components/truncate/_index.less b/awx/ui/client/lib/components/truncate/_index.less index 2b2cdfede5..e06a8f6eb9 100644 --- a/awx/ui/client/lib/components/truncate/_index.less +++ b/awx/ui/client/lib/components/truncate/_index.less @@ -3,7 +3,7 @@ align-items: center; .at-Truncate-text { - font-family: monospace; + font-family: monospace, Courier, "Courier New", "Open Sans", sans-serif; } .at-Truncate-copy { @@ -28,7 +28,4 @@ top: 0px; width: 2em; } -} - - - +} \ No newline at end of file