Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-web
ensembl-client
Commits
e9cd3cfa
Unverified
Commit
e9cd3cfa
authored
Jun 29, 2022
by
Ridwan Amode
Committed by
GitHub
Jun 29, 2022
Browse files
set min height for sequence view (#770)
parent
1e80e2e2
Pipeline
#294926
passed with stages
in 5 minutes and 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/content/app/genome-browser/components/drawer/components/sequence-view/DrawerSequenceView.scss
...s/drawer/components/sequence-view/DrawerSequenceView.scss
+3
-3
No files found.
src/content/app/genome-browser/components/drawer/components/sequence-view/DrawerSequenceView.scss
View file @
e9cd3cfa
...
...
@@ -6,7 +6,7 @@
'main-top aside-top'
'main-bottom aside-bottom'
;
grid-template-columns
:
60ch
1fr
;
grid-template-rows
:
20px
minmax
(
200px
,
400px
)
;
grid-template-rows
:
20px
auto
;
grid-column-gap
:
24px
;
align-items
:
start
;
grid-row-gap
:
17px
;
...
...
@@ -34,7 +34,8 @@
.sequence
{
grid-area
:
main-bottom
;
margin-top
:
10px
;
height
:
100%
;
min-height
:
170px
;
max-height
:
400px
;
font-family
:
$font-family-monospace
;
color
:
$dark-grey
;
overflow-wrap
:
break-word
;
...
...
@@ -85,7 +86,6 @@
grid-area
:
main-bottom
;
display
:
flex
;
justify-content
:
center
;
padding-top
:
110px
;
}
.loadFailureContainer
{
...
...
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