mirror of
https://github.com/DerTyp7/time-tracking.git
synced 2025-10-29 04:22:11 +01:00
13 lines
159 B
SCSS
13 lines
159 B
SCSS
#tableView {
|
|
height: 100%;
|
|
.tableView-container {
|
|
display: grid;
|
|
grid-template-columns: 1fr 0.5fr;
|
|
height: 100%;
|
|
|
|
div {
|
|
grid-area: auto;
|
|
}
|
|
}
|
|
}
|