PR comment from Marty, adding a bit more vertical breathing room around checkboxes of relationship type.

This commit is contained in:
mike12345567 2021-03-03 10:41:40 +00:00
parent 2975ed39e0
commit 519d7b32dc
1 changed files with 3 additions and 3 deletions

View File

@ -316,7 +316,7 @@
}
.radio-buttons :global(> *) {
margin-top: var(--spacing-xs);
margin-top: var(--spacing-s);
width: 100%;
}
@ -339,8 +339,8 @@
.rel-type-center {
font-weight: 500;
color: var(--grey-6);
margin-right: 6px;
margin-left: 6px;
margin-right: 4px;
margin-left: 4px;
padding: 1px 3px 1px 3px;
background: var(--grey-3);
border-radius: 2px;