Fixes #7167: Ensure consistent font size when using monospace formatting

This commit is contained in:
jeremystretch
2021-09-09 16:05:46 -04:00
parent 908e6a7a38
commit bd957612c6
6 changed files with 8 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#7167](https://github.com/netbox-community/netbox/issues/7167) - Ensure consistent font size when using monospace formatting
* [#7226](https://github.com/netbox-community/netbox/issues/7226) - Exempt GraphQL API requests from CSRF inspection
---