Skip to content

Commit 3ba83e9

Browse files
authored
fix: adjust task-editor size for multi-org (#5658)
1 parent a1dd310 commit 3ba83e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/MultiOrgOverrideStyles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@use 'src/identity/components/GlobalHeader/GlobalHeaderStyle.scss' as gh;
22
@import '@influxdata/clockface/dist/variables.scss';
3+
@import 'src/style/_variables.scss';
34

45
// These are custom per-page adjustments to certain styles that are currently
56
// necessary to accomodate the space taken up by the multi-org header in Cloud2.
@@ -60,3 +61,9 @@
6061
right: $cf-space-2xs;
6162
}
6263
}
64+
65+
/* Tasks */
66+
// TaskForm.scss deducts #{$ix-marg-d} from page height, so the multi-org style must do so too.
67+
.multi-org .task-form {
68+
height: calc(100% - #{gh.$globalheader-height} - #{$ix-marg-d}) !important;
69+
}

0 commit comments

Comments
 (0)