preparing editing of stock items

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-14 08:49:50 +02:00
parent a52df2b434
commit 6e7cb813d3
3 changed files with 47 additions and 17 deletions

View File

@@ -377,6 +377,11 @@ a.wikilink{
padding-right: 5px;
}
.grid3{
display: flex;
flex-flow: wrap;
}
@media screen and (max-width: 600px) {
.grid2{
display: grid;