reset responsive table padding and min-height

This commit is contained in:
Gani Georgiev
2026-04-19 08:33:15 +03:00
parent e41f43241b
commit 5cc95a2e63
4 changed files with 6 additions and 6 deletions

View File

File diff suppressed because one or more lines are too long

4
ui/dist/index.html vendored
View File

@@ -13,9 +13,9 @@
<!-- prism -->
<script src="./libs/prism/prism.js" data-manual></script>
<script type="module" crossorigin src="./assets/index-C-GOpFNn.js"></script>
<script type="module" crossorigin src="./assets/index-DhtJzO0I.js"></script>
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
<link rel="stylesheet" crossorigin href="./assets/index-ltAYvB1J.css">
<link rel="stylesheet" crossorigin href="./assets/index-BLIFQr7L.css">
</head>
<body>
</body>

View File

@@ -409,10 +409,10 @@ table {
td,
th {
display: block;
padding: 0;
margin: 0;
min-height: 0;
word-break: break-word;
margin: 0;
min-height: 0 !important;
padding: 0 !important;
height: auto !important;
white-space: normal !important;
border: 0 !important;