diff --git a/app/assets/stylesheets/protocols/index.scss b/app/assets/stylesheets/protocols/index.scss index 13a317f2f..c0903fd06 100644 --- a/app/assets/stylesheets/protocols/index.scss +++ b/app/assets/stylesheets/protocols/index.scss @@ -60,6 +60,10 @@ align-items: center; column-gap: .5em; display: flex; + + .dropdown-menu { + min-width: 150px; + } } .view-switch { @@ -72,10 +76,6 @@ margin-left: auto; margin-right: .5em; } - - .dropdown-menu { - min-width: 150px; - } } .dataTables_scroll { diff --git a/app/assets/stylesheets/shared/content_pane.scss b/app/assets/stylesheets/shared/content_pane.scss index 3d3b933f9..451a460ff 100644 --- a/app/assets/stylesheets/shared/content_pane.scss +++ b/app/assets/stylesheets/shared/content_pane.scss @@ -74,7 +74,8 @@ .dropdown-menu { @include font-button; - min-width: 100%; + margin-right: .25em; + min-width: calc(100% - .25em); padding: 0; .divider-label {