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
0e448046
Unverified
Commit
0e448046
authored
Sep 02, 2021
by
Imran Salam
Committed by
GitHub
Sep 02, 2021
Browse files
Fix species list layout in species selector and species homepage (#573)
parent
81bc53f9
Pipeline
#189911
passed with stages
in 4 minutes and 28 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
src/ensembl/src/content/app/species/components/species-app-bar/SpeciesAppBar.tsx
.../app/species/components/species-app-bar/SpeciesAppBar.tsx
+1
-3
src/ensembl/src/shared/components/app-bar/AppBar.scss
src/ensembl/src/shared/components/app-bar/AppBar.scss
+2
-1
No files found.
src/ensembl/src/content/app/species/components/species-app-bar/SpeciesAppBar.tsx
View file @
0e448046
...
...
@@ -46,9 +46,7 @@ const SpeciesAppBar = (props: SpeciesAppBarProps) => {
/>
));
const
wrappedSpecies
=
(
<
SpeciesTabsWrapper
isWrappable
=
{
true
}
speciesTabs
=
{
speciesTabs
}
/>
);
const
wrappedSpecies
=
<
SpeciesTabsWrapper
speciesTabs
=
{
speciesTabs
}
/>;
return
(
<
AppBar
...
...
src/ensembl/src/shared/components/app-bar/AppBar.scss
View file @
0e448046
...
...
@@ -3,7 +3,6 @@
.appBar
{
display
:
grid
;
grid-template-columns
:
minmax
(
0
,
1fr
)
minmax
(
250px
,
auto
);
grid-template-rows
:
auto
40px
;
align-content
:
start
;
grid-template-areas
:
'top top'
...
...
@@ -40,6 +39,8 @@
display
:
flex
;
align-items
:
flex-start
;
justify-content
:
flex-end
;
position
:
relative
;
top
:
2px
;
.conversationIcon
{
width
:
40px
;
...
...
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