We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dd310 commit 3ba83e9Copy full SHA for 3ba83e9
src/MultiOrgOverrideStyles.scss
@@ -1,5 +1,6 @@
1
@use 'src/identity/components/GlobalHeader/GlobalHeaderStyle.scss' as gh;
2
@import '@influxdata/clockface/dist/variables.scss';
3
+@import 'src/style/_variables.scss';
4
5
// These are custom per-page adjustments to certain styles that are currently
6
// necessary to accomodate the space taken up by the multi-org header in Cloud2.
@@ -60,3 +61,9 @@
60
61
right: $cf-space-2xs;
62
}
63
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