Improve invoice and supplier show views (#840)
This commit is contained in:
parent
007ff70c48
commit
b2a6c198ac
3 changed files with 74 additions and 73 deletions
|
|
@ -335,10 +335,9 @@ td.symbol, th.symbol {
|
|||
// https://github.com/twbs/bootstrap/issues/4550#issuecomment-31916049
|
||||
.dropdown-backdrop { position: static; }
|
||||
|
||||
// need more space for supplier&order information (in German, at least)
|
||||
.dl-horizontal {
|
||||
dt { width: 160px; }
|
||||
dd { margin-left: 170px; }
|
||||
dt { width: 200px; margin-bottom: 0.2em; }
|
||||
dd { margin-left: 210px; }
|
||||
}
|
||||
|
||||
// get rid of extra bottom margin inside well
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue