mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-05-19 06:11:43 -04:00
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 -->
|
||||
<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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user