mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Removed the useless margin below the description text in Parts table
This fixes issue #192
This commit is contained in:
parent
6ce6b97b1e
commit
c3f4e61e41
2 changed files with 8 additions and 3 deletions
|
@ -743,6 +743,10 @@ th.select-checkbox {
|
|||
margin-right: 0.2em;
|
||||
}
|
||||
|
||||
.markdown-inline p {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
/*********************************
|
||||
Workarounds
|
||||
*********************************/
|
||||
|
@ -877,4 +881,4 @@ table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selecte
|
|||
.permission-checkbox:checked {
|
||||
background-color: var(--bs-success);
|
||||
border-color: var(--bs-success);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue