Skip to content

Commit

Permalink
Merge 94a5729 into e608da2
Browse files Browse the repository at this point in the history
  • Loading branch information
andimarc committed Oct 2, 2018
2 parents e608da2 + 94a5729 commit f4d376d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions client/src/app/function-dev/function-dev.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,13 @@
width: 100%;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 50px;
grid-template-columns: auto 50px;
-ms-grid-columns: minmax(850px, 1fr) 50px;
grid-template-columns: minmax(850px, 1fr) 50px;
-ms-grid-rows: 1fr 39px;
grid-template-rows: auto 39px;
&.right-tabs-expanded {
-ms-grid-columns: 1fr 475px;
grid-template-columns: auto 475px;
-ms-grid-columns: minmax(850px, 1fr) 475px;
grid-template-columns: minmax(850px, 1fr) 475px;
}
&.bottom-tabs-expanded {
-ms-grid-rows: 1fr 300px;
Expand All @@ -241,7 +241,6 @@
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1;
min-width: 850px;
#text-editor-container {
height: calc(100% - 40px);
border-bottom: $border;
Expand Down

0 comments on commit f4d376d

Please sign in to comment.