mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:04:30 -04:00
Enforce line heights
This commit is contained in:
parent
afbe5c1cc8
commit
fde92bcd17
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
.header-wrapper {
|
.header-wrapper {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows:1fr;
|
grid-template-rows:0.5fr;
|
||||||
grid-template-columns: auto auto auto auto;
|
grid-template-columns: auto auto auto auto;
|
||||||
grid-template-areas: "a b c d e";
|
grid-template-areas: "a b c d e";
|
||||||
grid-auto-columns: minmax(0, 1fr);
|
grid-auto-columns: minmax(0, 1fr);
|
||||||
@ -74,6 +74,7 @@
|
|||||||
.header-wrapper #company-address {
|
.header-wrapper #company-address {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
line-height: var(--line-height) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-ref="company_details-company.name"] {
|
[data-ref="company_details-company.name"] {
|
||||||
@ -116,7 +117,7 @@
|
|||||||
#shipping-details {
|
#shipping-details {
|
||||||
display: $show_shipping_address;
|
display: $show_shipping_address;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
line-height: var(--line-height);
|
line-height: var(--line-height) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity-label-wrapper #entity-details > tr,
|
.entity-label-wrapper #entity-details > tr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user