mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Update 'Clean' PDF Design
The span-selector in #company-details seems incorrect here, and the selector should be a p-selector as children of #company-details seem to be paragraphs. I've verified and tested this on the stable-branch.
This commit is contained in:
parent
8939860af6
commit
dc84949970
@ -37,7 +37,7 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#company-details > span:first-child {
|
||||
#company-details > p:first-child {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user