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
8271685b
Unverified
Commit
8271685b
authored
Jul 23, 2021
by
Andrey Azov
Committed by
GitHub
Jul 23, 2021
Browse files
Update CSS to fix the height of the loading button spinner (#533)
parent
bccf53c4
Pipeline
#178120
passed with stages
in 4 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/ensembl/src/shared/components/loading-button/LoadingButton.scss
...l/src/shared/components/loading-button/LoadingButton.scss
+6
-5
No files found.
src/ensembl/src/shared/components/loading-button/LoadingButton.scss
View file @
8271685b
...
...
@@ -23,12 +23,13 @@
align-items
:
center
;
justify-content
:
center
;
z-index
:
1
;
}
.spinner
{
width
:
20px
;
height
:
20px
;
border-width
:
2px
;
// increase specificity to override own styles of the loader component
.spinner
{
width
:
20px
;
height
:
20px
;
border-width
:
2px
;
}
}
.checkmark
{
...
...
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