mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Merge pull request #7032 from marshmalien/fix/monacoFontFamilyFallbacks
Add font-family fallbacks for revision sha
This commit is contained in:
commit
c5d1ff1791
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user