1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Enforce line heights

This commit is contained in:
David Bomba 2023-02-26 17:31:55 +11:00
parent afbe5c1cc8
commit fde92bcd17

View File

@ -40,7 +40,7 @@
.header-wrapper {
display: grid;
grid-template-rows:1fr;
grid-template-rows:0.5fr;
grid-template-columns: auto auto auto auto;
grid-template-areas: "a b c d e";
grid-auto-columns: minmax(0, 1fr);
@ -74,6 +74,7 @@
.header-wrapper #company-address {
display: flex;
flex-direction: column;
line-height: var(--line-height) !important;
}
[data-ref="company_details-company.name"] {
@ -116,7 +117,7 @@
#shipping-details {
display: $show_shipping_address;
flex-direction: column;
line-height: var(--line-height);
line-height: var(--line-height) !important;
}
.entity-label-wrapper #entity-details > tr,