Skip to content

Commit

Permalink
fixed ISH layout
Browse files Browse the repository at this point in the history
  • Loading branch information
neuenfeldttj committed Mar 29, 2024
1 parent d4468bf commit e88d415
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/teleoperation/frontend/src/components/ISHTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ export default {
.wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(2, auto);
grid-template-rows: repeat(5, auto);
grid-template-columns: repeat(3, auto);
grid-template-rows: repeat(4, auto);
grid-template-areas:
'header header'
'cache siteSelect'
'cache benedicts'
'chlorophyll amino'
'cameras cameras';
'header header header'
'cameras cameras siteSelect'
'cameras cameras benedicts'
'chlorophyll cache amino';
font-family: sans-serif;
height: auto;
}
Expand Down

0 comments on commit e88d415

Please sign in to comment.