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