reset responsive table padding and min-height
This commit is contained in:
File diff suppressed because one or more lines are too long
4
ui/dist/index.html
vendored
4
ui/dist/index.html
vendored
@@ -13,9 +13,9 @@
|
|||||||
|
|
||||||
<!-- prism -->
|
<!-- prism -->
|
||||||
<script src="./libs/prism/prism.js" data-manual></script>
|
<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="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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -409,10 +409,10 @@ table {
|
|||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
min-height: 0;
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
margin: 0;
|
||||||
|
min-height: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user