Skip to content

Commit

Permalink
front: fix stdcm style on simulation results
Browse files Browse the repository at this point in the history
Fix #10303

Signed-off-by: Benoit Simard <[email protected]>
  • Loading branch information
sim51 committed Jan 9, 2025
1 parent 38f11bd commit 62932d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/styles/scss/applications/stdcm/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
.table-container {
width: 804px;
margin-right: 32px;
height: calc(100vh - 180px);
max-height: calc(100vh - 180px);
overflow-y: auto;
scrollbar-width: none;
.table-results {
Expand Down Expand Up @@ -306,7 +306,7 @@
justify-content: center;
align-items: center;
flex-direction: column;
margin: 0 32px;
margin: 0 32px 0 0;
background-color: rgb(255, 255, 255);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
Expand Down

0 comments on commit 62932d4

Please sign in to comment.