mirror of
https://github.com/umap-project/umap.git
synced 2025-04-30 20:12:37 +02:00
fix: better line-height for importers’ names
This commit is contained in:
parent
b01a194469
commit
3805d7f308
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
width: initial;
|
width: initial;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
line-height: 1rem;
|
||||||
}
|
}
|
||||||
.importer h3:before {
|
.importer h3:before {
|
||||||
background-image: url(../img/importers/random.svg);
|
background-image: url(../img/importers/random.svg);
|
||||||
|
@ -32,6 +33,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-bottom: var(--gutter);
|
||||||
}
|
}
|
||||||
.importer.geodatamine h3:before,
|
.importer.geodatamine h3:before,
|
||||||
.importers ul .geodatamine:before {
|
.importers ul .geodatamine:before {
|
||||||
|
|
Loading…
Reference in a new issue