Skip to content

Commit

Permalink
add container styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 15, 2024
1 parent a0376b9 commit 63d45e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"ai.typerefinery.websight.components.forms.composite"
],
"css": [
"style.css"
],
"js": [
"/apps/typerefinery/clientlibs/vendor/sortable/sortable.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

.hc-100 {
height: calc(100%);
}
.container-fill {
height: 100%;
display: flex;
flex-direction: column;
}

.container-column-fill {
flex: 1;
}

0 comments on commit 63d45e4

Please sign in to comment.