Skip to content

Commit fc73881

Browse files
committed
Deploy Quarto dashboard to GitHub Pages
1 parent 1f7450e commit fc73881

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

docs/map.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@layer htmltools {
2+
.html-fill-container {
3+
display: flex;
4+
flex-direction: column;
5+
/* Prevent the container from expanding vertically or horizontally beyond its
6+
parent's constraints. */
7+
min-height: 0;
8+
min-width: 0;
9+
}
10+
.html-fill-container > .html-fill-item {
11+
/* Fill items can grow and shrink freely within
12+
available vertical space in fillable container */
13+
flex: 1 1 auto;
14+
min-height: 0;
15+
min-width: 0;
16+
}
17+
.html-fill-container > :not(.html-fill-item) {
18+
/* Prevent shrinking or growing of non-fill items */
19+
flex: 0 0 auto;
20+
}
21+
}

docs/table.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)