1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

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 d93cfa73fd
commit fdaf2f580c

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;