mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
fix: this css var has been renamed elsewhere
This commit is contained in:
parent
a1916ea15b
commit
6f38dcf4d7
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ hgroup > * {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
hgroup {
|
||||
margin-bottom: var(--box-space);
|
||||
margin-bottom: var(--box-margin);
|
||||
}
|
||||
hgroup > :not(:first-child):last-child {
|
||||
font-weight: normal;
|
||||
|
@ -311,7 +311,7 @@ label {
|
|||
width: 100%;
|
||||
}
|
||||
label + label {
|
||||
margin-top: var(--box-space);
|
||||
margin-top: var(--box-margin);
|
||||
}
|
||||
.content label {
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue