diff --git a/netbox/project-static/dist/netbox-dark.css b/netbox/project-static/dist/netbox-dark.css index c24c562a9..6ef1beacb 100644 Binary files a/netbox/project-static/dist/netbox-dark.css and b/netbox/project-static/dist/netbox-dark.css differ diff --git a/netbox/project-static/dist/netbox-light.css b/netbox/project-static/dist/netbox-light.css index 6566438c4..cb8ad40a8 100644 Binary files a/netbox/project-static/dist/netbox-light.css and b/netbox/project-static/dist/netbox-light.css differ diff --git a/netbox/project-static/styles/netbox.scss b/netbox/project-static/styles/netbox.scss index dd5edc5b9..236d44f1b 100644 --- a/netbox/project-static/styles/netbox.scss +++ b/netbox/project-static/styles/netbox.scss @@ -255,7 +255,7 @@ div.title-container { #content-title { display: flex; - flex: 1 0 auto; + flex: 1 0; flex-direction: column; padding-bottom: map.get($spacers, 2); } @@ -721,6 +721,8 @@ div.bulk-buttons { > div.bulk-button-group { display: flex; flex-wrap: wrap; + // For small screens: don't fill the available space (thereby expanding the size of the button). + align-items: flex-start; &:first-of-type:not(:last-of-type) { // If there are multiple bulk button groups and this is the first, the first button in the diff --git a/netbox/templates/dcim/cable_connect.html b/netbox/templates/dcim/cable_connect.html index e012c23b9..e60b8b92f 100644 --- a/netbox/templates/dcim/cable_connect.html +++ b/netbox/templates/dcim/cable_connect.html @@ -23,43 +23,43 @@ {% if termination_a.device %} {# Device component #}