-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.4 and v4.3.5
Python Version
3.10
Steps to Reproduce
- Install/upgrade to NetBox v4.3.4 or 4.3.5 (not occurring demo site)
- Go to any table view (such as sites list)
- Go to any circuit object details page
Expected Behavior
Visual presentation similar to v4.3.3.
Observed Behavior
Some button styling has changed since v4.3.4 and seems to be due to the update to tabler v1.4.0 in that release.
In a table view, the edit button size has increased which has the side effect of increasing the size of table rows. While not necessarily a problem itself, it has the secondary side effect of exposing that the row text itself is not centered.

There is a more noticeable issue with the buttons on the Terminations cards for a circuit. The buttons themselves have increased in size, and the button image/text is no longer centered.

There may be more but this is all I've noticed so far. Also note that this is not occurring on the demo site, which seems to be using a different/older CSS file.