Wrap too long item name and improve the item list display a bit
This commit is contained in:
parent
52f3c71c8d
commit
fed059270a
1 changed files with 8 additions and 0 deletions
|
|
@ -2174,6 +2174,14 @@ in src-script.js and main.js
|
|||
padding: 2px 4px;
|
||||
box-shadow: 0 0 4px var(--main-background-color);
|
||||
}
|
||||
|
||||
.item-table > li > .item-name {
|
||||
width: 33%;
|
||||
}
|
||||
.item-table > li > div {
|
||||
padding-bottom: 5px;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue