Skip to content

Commit

Permalink
#132 more styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelVerstappen committed Nov 6, 2023
1 parent 60fb96e commit fd1eab1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/smart/OeActorWidgetGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
</div>
</div>
</div>
<div class="vl-grid table">
<div class="vl-col--1-1 vl-u-flex oe-flex-1">
<div class="vl-grid">
<div class="vl-col--1-1">
<oe-grid
style="width: 100%; height: 500px"
class="table"
:grid-options="gridOptions"
@grid-ready="onGridReady"
@first-data-rendered="firstDataRendered"
Expand Down Expand Up @@ -160,9 +160,7 @@ const setRowData = () => {

<style lang="scss" scoped>
.table {
display: flex;
flex-direction: column;
height: 100%;
height: 400px;
padding: 0.9375rem 0;
}
</style>

0 comments on commit fd1eab1

Please sign in to comment.