1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Business: Update box size

This commit is contained in:
Benjamin Beganović 2021-08-18 11:35:41 +02:00
parent 7d78f4b8bd
commit d5bcecc33f

View File

@ -57,8 +57,8 @@
}
.client-and-entity-wrapper {
display: grid;
grid-template-columns: 2fr 1.5fr;
display: flex;
justify-content: space-between;
gap: 20px;
}
@ -82,6 +82,8 @@
text-align: left;
}
#entity-details p { margin-right: 20px; }
#entity-details th {
font-weight: normal;
padding-bottom: .5rem;