Merge pull request #1886 from paperless-ngx/1.9.2-ui-tweaks

Feature: 1.9.2 UI tweaks
This commit is contained in:
shamoon 2022-10-31 12:42:13 -07:00 committed by GitHub
commit 0d941bfb05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 139 additions and 25 deletions

View file

@ -587,7 +587,7 @@ a.badge {
border-radius: 0.15rem;
}
> .btn:not(:first-child) {
> .btn:not(:first-child):not(:nth-child(2)) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}