1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6977: Truncate global search dropdown on small screens

This commit is contained in:
jeremystretch
2021-08-17 11:49:32 -04:00
parent e8fb86a283
commit ac6b1bf422
4 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v3.0
## v3.0.0 (FUTURE)
### Bug Fixes
* [#6977](https://github.com/netbox-community/netbox/issues/6977) - Truncate global search dropdown on small screens
---
## v3.0-beta2 (2021-08-13)
### Enhancements