1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #7032 from marshmalien/fix/monacoFontFamilyFallbacks

Add font-family fallbacks for revision sha
This commit is contained in:
Marliana Lara 2017-07-12 15:28:51 -04:00 committed by GitHub
commit c5d1ff1791

View File

@ -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 {
@ -29,6 +29,3 @@
width: 2em;
}
}