Skip to content

Commit e647ec4

Browse files
committed
front: fix stdcm style on simulation results
Fix #10303 Signed-off-by: Benoit Simard <[email protected]>
1 parent 46bea7d commit e647ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

front/src/styles/scss/applications/stdcm/_results.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
.table-container {
151151
width: 804px;
152152
margin-right: 32px;
153-
height: calc(100vh - 180px);
153+
max-height: calc(100vh - 180px);
154154
overflow-y: auto;
155155
scrollbar-width: none;
156156
.table-results {
@@ -306,7 +306,7 @@
306306
justify-content: center;
307307
align-items: center;
308308
flex-direction: column;
309-
margin: 0 32px;
309+
margin: 0 32px 0 0;
310310
background-color: rgb(255, 255, 255);
311311
border-bottom-left-radius: 6px;
312312
border-bottom-right-radius: 6px;

0 commit comments

Comments
 (0)