mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
fix position and bs5 underline of suggestion link
This commit is contained in:
parent
da4c6e8fb6
commit
8dc57e8e87
1 changed files with 6 additions and 1 deletions
|
|
@ -90,9 +90,14 @@
|
|||
}
|
||||
|
||||
.nav-link-additional {
|
||||
margin-top: 0.2rem;
|
||||
margin-top: 0.1rem;
|
||||
margin-left: 0.25rem;
|
||||
padding-top: 0.5rem;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
svg {
|
||||
margin-bottom: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue