improved gadget layout
This commit is contained in:
parent
6c0f2aa198
commit
af2d6a1f16
9 changed files with 46 additions and 50 deletions
|
@ -1,7 +1,6 @@
|
|||
.Column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: auto;
|
||||
max-height: 100%;
|
||||
align-items: stretch;
|
||||
gap: 8px;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
.DataTable {
|
||||
flex-grow: 1;
|
||||
table-layout: auto;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
.Row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex: auto;
|
||||
max-width: 100%;
|
||||
align-items: stretch;
|
||||
gap: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue