diff --git a/htdocs/theme/raw/sass/components/_btn.scss b/htdocs/theme/raw/sass/components/_btn.scss index 36a8f11e004c45203a14d3d4a2419c9a990435fd..7951e66ef816a67f9e5aff6621120f0c22b70b23 100644 --- a/htdocs/theme/raw/sass/components/_btn.scss +++ b/htdocs/theme/raw/sass/components/_btn.scss @@ -21,7 +21,7 @@ .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: inherit; background-color: $gray-400; - border-color: $btn-secondary-border;; + border-color: $btn-secondary-border; box-shadow: none; } @@ -499,6 +499,13 @@ td.action-list-copy { .pageactions { margin-right: -1px; + .content-toolbar { + width: 100%; + .btn { + width: 100%; + } + } + .btn-group-vertical .btn { &:last-child { border-bottom-right-radius: 0;