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:
parent
7d78f4b8bd
commit
d5bcecc33f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user