Skip to content
Snippets Groups Projects
Unverified Commit 757cc3c1 authored by Stuart Robson's avatar Stuart Robson Committed by GitHub
Browse files

Merge pull request #375 from visual-framework/component/content-hub-columns

ContentHub layout issues
parents b4b277eb b40b1cd9
No related branches found
No related tags found
No related merge requests found
Pipeline #18002 passed with stages
in 3 minutes and 2 seconds
......@@ -2,8 +2,10 @@
@import 'embl-content-hub-loader.variables.scss';
// "This page was intentionally left blank"
// .embl-content-hub-loader {
//
// }
// contentHub html caries an extra div that should be outside of the grid layout
.vf-content-hub-html {
grid-column: 1 / -1;
// @todo: this should probably be .embl-content-hub-html, but that requires a
// disruptive change in the contenthub itself and will impact many systems.
// that change will require coordination
}
......@@ -112,6 +112,7 @@ html, button {
@import 'vf-activity-group/vf-activity-group.scss';
@import 'vf-intro/vf-intro.scss';
@import 'embl-content-hub-loader/embl-content-hub-loader.scss';
@import 'vf-banner/vf-banner.scss';
@import 'vf-banner/vf-banner--phase.scss';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment