Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-web
ensembl-client
Commits
836c141f
Unverified
Commit
836c141f
authored
Jul 06, 2021
by
Andrey Azov
Committed by
GitHub
Jul 06, 2021
Browse files
Fix grid layout for Genome Browser and Entity Viewer (#519)
parent
0c6c0f92
Pipeline
#172833
passed with stages
in 4 minutes and 52 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/ensembl/src/content/app/browser/Browser.scss
src/ensembl/src/content/app/browser/Browser.scss
+1
-0
src/ensembl/src/content/app/entity-viewer/EntityViewer.scss
src/ensembl/src/content/app/entity-viewer/EntityViewer.scss
+1
-0
No files found.
src/ensembl/src/content/app/browser/Browser.scss
View file @
836c141f
...
...
@@ -2,6 +2,7 @@
.browserInnerWrapper
{
display
:
grid
;
align-items
:
start
;
grid-template-rows
:
80px
1fr
;
}
...
...
src/ensembl/src/content/app/entity-viewer/EntityViewer.scss
View file @
836c141f
...
...
@@ -3,5 +3,6 @@
.entityViewer
{
height
:
100%
;
display
:
grid
;
align-items
:
start
;
grid-template-rows
:
auto
1fr
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment